Html Css Color HEX #AE047A Eggplant

📋 copy color: '#AE047A'

red 174 ◦ green 4 ◦ blue 122

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

Shades of Eggplant #AE047A

Tints of Eggplant #AE047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 58%
G = 1.33%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE047A (or 0xAE047A) is known color: Eggplant. HEX triplet: AE, 04 and 7A. RGB value is (174,4,122). Sum of RGB (Red+Green+Blue) = 174+4+122=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047A is #51FB85. Grayscale: #434343. Windows color (decimal): -5372806 or 7996590. OLE color: 7996590.

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

Color convert

RGB 174 4 122 -
CMYK 0 0.98 0.30 0.32
HSL 318.35º 0.96% 0.35% -
HSV(B) 318.35º 0.98% 0.68% -
XYZ 21.01 10.49 19.33 -
YUV 68.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 174 4 122 0 0.98 0.30 0.32 318.35 0.96 0.35
Hex AE 4 7A 0 62 1E 20 13E 60 23
Octal 256 4 172 0 142 36 40 476 140 43
Binary 10101110 100 1111010 0 1100010 11110 100000 100111110 1100000 100011

Color Harmonies of #AE047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE047A

Black with #AE047A

Text Example


Text Example

White with #AE047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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