Html Css Color HEX #AB067B Eggplant

📋 copy color: '#AB067B'

red 171 ◦ green 6 ◦ blue 123

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

Shades of Eggplant #AB067B

Tints of Eggplant #AB067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 57%
G = 2%
B = 41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB067B (or 0xAB067B) is known color: Eggplant. HEX triplet: AB, 06 and 7B. RGB value is (171,6,123). Sum of RGB (Red+Green+Blue) = 171+6+123=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB067B is #54F984. Grayscale: #444444. Windows color (decimal): -5568901 or 8062635. OLE color: 8062635.

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

Color convert

RGB 171 6 123 -
CMYK 0 0.96 0.28 0.33
HSL 317.45º 0.93% 0.35% -
HSV(B) 317.45º 0.96% 0.67% -
XYZ 20.43 10.22 19.63 -
YUV 68.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 171 6 123 0 0.96 0.28 0.33 317.45 0.93 0.35
Hex AB 6 7B 0 60 1C 21 13D 5D 23
Octal 253 6 173 0 140 34 41 475 135 43
Binary 10101011 110 1111011 0 1100000 11100 100001 100111101 1011101 100011

Color Harmonies of #AB067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB067B

Black with #AB067B

Text Example


Text Example

White with #AB067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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