Html Css Color HEX #AE0978 Eggplant

📋 copy color: '#AE0978'

red 174 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #AE0978

Tints of Eggplant #AE0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.97%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 57.43%
G = 2.97%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE0978 (or 0xAE0978) is known color: Eggplant. HEX triplet: AE, 09 and 78. RGB value is (174,9,120). Sum of RGB (Red+Green+Blue) = 174+9+120=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0978 is #51F687. Grayscale: #464646. Windows color (decimal): -5371528 or 7866798. OLE color: 7866798.

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

Color convert

RGB 174 9 120 -
CMYK 0 0.95 0.31 0.32
HSL 319.64º 0.9% 0.36% -
HSV(B) 319.64º 0.95% 0.68% -
XYZ 20.94 10.55 18.7 -
YUV 70.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 174 9 120 0 0.95 0.31 0.32 319.64 0.9 0.36
Hex AE 9 78 0 5F 1F 20 140 5A 24
Octal 256 11 170 0 137 37 40 500 132 44
Binary 10101110 1001 1111000 0 1011111 11111 100000 101000000 1011010 100100

Color Harmonies of #AE0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0978

Black with #AE0978

Text Example


Text Example

White with #AE0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0978; }

 p { color: rgb(174,9,120); }

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

background-color css

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

 a { background-color: rgb(174,9,120); }

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

border-color css

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

 span { border-color: rgb(174,9,120); }

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