Html Css Color HEX #AC027B Eggplant

📋 copy color: '#AC027B'

red 172 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #AC027B

Tints of Eggplant #AC027B

RGB

 RED value IS 172 (67.58% from 255) = 57.91%

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 57.91%
G = 0.67%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC027B (or 0xAC027B) is known color: Eggplant. HEX triplet: AC, 02 and 7B. RGB value is (172,2,123). Sum of RGB (Red+Green+Blue) = 172+2+123=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC027B is #53FD84. Grayscale: #424242. Windows color (decimal): -5504389 or 8061612. OLE color: 8061612.

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

Color convert

RGB 172 2 123 -
CMYK 0 0.99 0.28 0.33
HSL 317.29º 0.98% 0.34% -
HSV(B) 317.29º 0.99% 0.67% -
XYZ 20.61 10.24 19.63 -
YUV 66.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 172 2 123 0 0.99 0.28 0.33 317.29 0.98 0.34
Hex AC 2 7B 0 63 1C 21 13D 62 22
Octal 254 2 173 0 143 34 41 475 142 42
Binary 10101100 10 1111011 0 1100011 11100 100001 100111101 1100010 100010

Color Harmonies of #AC027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC027B

Black with #AC027B

Text Example


Text Example

White with #AC027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC027B; }

 p { color: rgb(172,2,123); }

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

background-color css

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

 a { background-color: rgb(172,2,123); }

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

border-color css

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

 span { border-color: rgb(172,2,123); }

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