Html Css Color HEX #AE047D Eggplant

📋 copy color: '#AE047D'

red 174 ◦ green 4 ◦ blue 125

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

Shades of Eggplant #AE047D

Tints of Eggplant #AE047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 57.43%
G = 1.32%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE047D (or 0xAE047D) is known color: Eggplant. HEX triplet: AE, 04 and 7D. RGB value is (174,4,125). Sum of RGB (Red+Green+Blue) = 174+4+125=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047D is #51FB82. Grayscale: #444444. Windows color (decimal): -5372803 or 8193198. OLE color: 8193198.

HSL color Cylindrical-coordinate representation of color #AE047D: hue angle of 317.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE047D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 125 -
CMYK 0 0.98 0.28 0.32
HSL 317.29º 0.96% 0.35% -
HSV(B) 317.29º 0.98% 0.68% -
XYZ 21.2 10.57 20.32 -
YUV 68.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 174 4 125 0 0.98 0.28 0.32 317.29 0.96 0.35
Hex AE 4 7D 0 62 1C 20 13D 60 23
Octal 256 4 175 0 142 34 40 475 140 43
Binary 10101110 100 1111101 0 1100010 11100 100000 100111101 1100000 100011

Color Harmonies of #AE047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE047D

Black with #AE047D

Text Example


Text Example

White with #AE047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE047D; }

 p { color: rgb(174,4,125); }

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

background-color css

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

 a { background-color: rgb(174,4,125); }

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

border-color css

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

 span { border-color: rgb(174,4,125); }

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