Html Css Color HEX #AE006F Eggplant

📋 copy color: '#AE006F'

red 174 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #AE006F

Tints of Eggplant #AE006F

RGB

 RED value IS 174 (68.36% from 255) = 61.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 61.05%
G = 0%
B = 38.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE006F (or 0xAE006F) is known color: Eggplant. HEX triplet: AE, 00 and 6F. RGB value is (174,0,111). Sum of RGB (Red+Green+Blue) = 174+0+111=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006F is #51FF90. Grayscale: #404040. Windows color (decimal): -5373841 or 7274670. OLE color: 7274670.

HSL color Cylindrical-coordinate representation of color #AE006F: hue angle of 321.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE006F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 111 -
CMYK 0 1 0.36 0.32
HSL 321.72º 1% 0.34% -
HSV(B) 321.72º 1% 0.68% -
XYZ 20.32 10.15 15.93 -
YUV 64.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 174 0 111 0 1 0.36 0.32 321.72 1 0.34
Hex AE 0 6F 0 64 24 20 142 64 22
Octal 256 0 157 0 144 44 40 502 144 42
Binary 10101110 0 1101111 0 1100100 100100 100000 101000010 1100100 100010

Color Harmonies of #AE006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE006F

Black with #AE006F

Text Example


Text Example

White with #AE006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE006F; }

 p { color: rgb(174,0,111); }

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

background-color css

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

 a { background-color: rgb(174,0,111); }

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

border-color css

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

 span { border-color: rgb(174,0,111); }

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