Html Css Color HEX #AB067D Eggplant

📋 copy color: '#AB067D'

red 171 ◦ green 6 ◦ blue 125

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

Shades of Eggplant #AB067D

Tints of Eggplant #AB067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 56.62%
G = 1.99%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB067D (or 0xAB067D) is known color: Eggplant. HEX triplet: AB, 06 and 7D. RGB value is (171,6,125). Sum of RGB (Red+Green+Blue) = 171+6+125=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB067D is #54F982. Grayscale: #444444. Windows color (decimal): -5568899 or 8193707. OLE color: 8193707.

HSL color Cylindrical-coordinate representation of color #AB067D: hue angle of 316.73º 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 #AB067D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 125 -
CMYK 0 0.96 0.27 0.33
HSL 316.73º 0.93% 0.35% -
HSV(B) 316.73º 0.96% 0.67% -
XYZ 20.56 10.27 20.3 -
YUV 68.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 171 6 125 0 0.96 0.27 0.33 316.73 0.93 0.35
Hex AB 6 7D 0 60 1B 21 13D 5D 23
Octal 253 6 175 0 140 33 41 475 135 43
Binary 10101011 110 1111101 0 1100000 11011 100001 100111101 1011101 100011

Color Harmonies of #AB067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB067D

Black with #AB067D

Text Example


Text Example

White with #AB067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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