Html Css Color HEX #AB0C7B Eggplant

📋 copy color: '#AB0C7B'

red 171 ◦ green 12 ◦ blue 123

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

Shades of Eggplant #AB0C7B

Tints of Eggplant #AB0C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 55.88%
G = 3.92%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB0C7B (or 0xAB0C7B) is known color: Eggplant. HEX triplet: AB, 0C and 7B. RGB value is (171,12,123). Sum of RGB (Red+Green+Blue) = 171+12+123=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C7B is #54F384. Grayscale: #474747. Windows color (decimal): -5567365 or 8064171. OLE color: 8064171.

HSL color Cylindrical-coordinate representation of color #AB0C7B: hue angle of 318.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C7B is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 123 -
CMYK 0 0.93 0.28 0.33
HSL 318.11º 0.87% 0.36% -
HSV(B) 318.11º 0.93% 0.67% -
XYZ 20.5 10.35 19.66 -
YUV 72.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 171 12 123 0 0.93 0.28 0.33 318.11 0.87 0.36
Hex AB C 7B 0 5D 1C 21 13E 57 24
Octal 253 14 173 0 135 34 41 476 127 44
Binary 10101011 1100 1111011 0 1011101 11100 100001 100111110 1010111 100100

Color Harmonies of #AB0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C7B

Black with #AB0C7B

Text Example


Text Example

White with #AB0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C7B; }

 p { color: rgb(171,12,123); }

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

background-color css

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

 a { background-color: rgb(171,12,123); }

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

border-color css

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

 span { border-color: rgb(171,12,123); }

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