Html Css Color HEX #AE0179 Eggplant

📋 copy color: '#AE0179'

red 174 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #AE0179

Tints of Eggplant #AE0179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 58.78%
G = 0.34%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE0179 (or 0xAE0179) is known color: Eggplant. HEX triplet: AE, 01 and 79. RGB value is (174,1,121). Sum of RGB (Red+Green+Blue) = 174+1+121=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0179 is #51FE86. Grayscale: #424242. Windows color (decimal): -5373575 or 7930286. OLE color: 7930286.

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

Color convert

RGB 174 1 121 -
CMYK 0 0.99 0.30 0.32
HSL 318.38º 0.99% 0.34% -
HSV(B) 318.38º 0.99% 0.68% -
XYZ 20.92 10.4 18.99 -
YUV 66.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 174 1 121 0 0.99 0.30 0.32 318.38 0.99 0.34
Hex AE 1 79 0 63 1E 20 13E 63 22
Octal 256 1 171 0 143 36 40 476 143 42
Binary 10101110 1 1111001 0 1100011 11110 100000 100111110 1100011 100010

Color Harmonies of #AE0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0179

Black with #AE0179

Text Example


Text Example

White with #AE0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0179; }

 p { color: rgb(174,1,121); }

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

background-color css

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

 a { background-color: rgb(174,1,121); }

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

border-color css

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

 span { border-color: rgb(174,1,121); }

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