Html Css Color HEX #AC017B Eggplant

📋 copy color: '#AC017B'

red 172 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #AC017B

Tints of Eggplant #AC017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 58.11%
G = 0.34%
B = 41.55%

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

#AC017B (or 0xAC017B) is known color: Eggplant. HEX triplet: AC, 01 and 7B. RGB value is (172,1,123). Sum of RGB (Red+Green+Blue) = 172+1+123=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC017B is #53FE84. Grayscale: #414141. Windows color (decimal): -5504645 or 8061356. OLE color: 8061356.

HSL color Cylindrical-coordinate representation of color #AC017B: hue angle of 317.19º degrees, saturation: 0.99, 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 #AC017B is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 123 -
CMYK 0 0.99 0.28 0.33
HSL 317.19º 0.99% 0.34% -
HSV(B) 317.19º 0.99% 0.67% -
XYZ 20.6 10.22 19.63 -
YUV 66.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 172 1 123 0 0.99 0.28 0.33 317.19 0.99 0.34
Hex AC 1 7B 0 63 1C 21 13D 63 22
Octal 254 1 173 0 143 34 41 475 143 42
Binary 10101100 1 1111011 0 1100011 11100 100001 100111101 1100011 100010

Color Harmonies of #AC017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC017B

Black with #AC017B

Text Example


Text Example

White with #AC017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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