Html Css Color HEX #AB4CEA Medium Orchid

📋 copy color: '#AB4CEA'

red 171 ◦ green 76 ◦ blue 234

#AB4CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AB4CEA

Tints of Medium Orchid #AB4CEA

RGB

 RED value IS 171 (67.19% from 255) = 35.55%

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 35.55%
G = 15.8%
B = 48.65%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB4CEA (or 0xAB4CEA) is known color: Medium Orchid. HEX triplet: AB, 4C and EA. RGB value is (171,76,234). Sum of RGB (Red+Green+Blue) = 171+76+234=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CEA is #54B315. Grayscale: #797979. Windows color (decimal): -5550870 or 15355051. OLE color: 15355051.

HSL color Cylindrical-coordinate representation of color #AB4CEA: hue angle of 276.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4CEA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 76 234 -
CMYK 0.27 0.68 0 0.08
HSL 276.08º 0.79% 0.61% -
HSV(B) 276.08º 0.68% 0.92% -
XYZ 34.23 19.77 79.85 -
YUV 122.42 190.97 162.65 -
System Red Green Blue C M Y K H S L
Decimal 171 76 234 0.27 0.68 0 0.08 276.08 0.79 0.61
Hex AB 4C EA 1B 44 0 8 114 4F 3D
Octal 253 114 352 33 104 0 10 424 117 75
Binary 10101011 1001100 11101010 11011 1000100 0 1000 100010100 1001111 111101

Color Harmonies of #AB4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CEA

Black with #AB4CEA

Text Example


Text Example

White with #AB4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CEA; }

 p { color: rgb(171,76,234); }

 H1.HeaderClassName
 {
   color: #AB4CEA;
 }
 .AnyTagClassName
 {
   color: #AB4CEA;
 }
</style>

background-color css

<style>
 a { background-color: #AB4CEA; }

 a { background-color: rgb(171,76,234); }

 div.DivClassName
 {
   background-color: #AB4CEA;
 }
 .BgClassName
 {
   background-color: #AB4CEA;
 }
</style>

border-color css

<style>
 span { border-color: #AB4CEA; }

 span { border-color: rgb(171,76,234); }

 td.TdClassName
 {
   border-color: #AB4CEA;
 }
 .TagClassName
 {
   border-color: #AB4CEA;
 }
</style>