Html Css Color HEX #AE0073 Eggplant

📋 copy color: '#AE0073'

red 174 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #AE0073

Tints of Eggplant #AE0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 60.21%
G = 0%
B = 39.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE0073 (or 0xAE0073) is known color: Eggplant. HEX triplet: AE, 00 and 73. RGB value is (174,0,115). Sum of RGB (Red+Green+Blue) = 174+0+115=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0073 is #51FF8C. Grayscale: #404040. Windows color (decimal): -5373837 or 7536814. OLE color: 7536814.

HSL color Cylindrical-coordinate representation of color #AE0073: hue angle of 320.34º 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 #AE0073 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 115 -
CMYK 0 1 0.34 0.32
HSL 320.34º 1% 0.34% -
HSV(B) 320.34º 1% 0.68% -
XYZ 20.55 10.24 17.11 -
YUV 65.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 174 0 115 0 1 0.34 0.32 320.34 1 0.34
Hex AE 0 73 0 64 22 20 140 64 22
Octal 256 0 163 0 144 42 40 500 144 42
Binary 10101110 0 1110011 0 1100100 100010 100000 101000000 1100100 100010

Color Harmonies of #AE0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0073

Black with #AE0073

Text Example


Text Example

White with #AE0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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