Html Css Color HEX #AE047B Eggplant

📋 copy color: '#AE047B'

red 174 ◦ green 4 ◦ blue 123

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

Shades of Eggplant #AE047B

Tints of Eggplant #AE047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 57.81%
G = 1.33%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE047B (or 0xAE047B) is known color: Eggplant. HEX triplet: AE, 04 and 7B. RGB value is (174,4,123). Sum of RGB (Red+Green+Blue) = 174+4+123=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047B is #51FB84. Grayscale: #444444. Windows color (decimal): -5372805 or 8062126. OLE color: 8062126.

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

Color convert

RGB 174 4 123 -
CMYK 0 0.98 0.29 0.32
HSL 318º 0.96% 0.35% -
HSV(B) 318º 0.98% 0.68% -
XYZ 21.07 10.52 19.66 -
YUV 68.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 174 4 123 0 0.98 0.29 0.32 318 0.96 0.35
Hex AE 4 7B 0 62 1D 20 13E 60 23
Octal 256 4 173 0 142 35 40 476 140 43
Binary 10101110 100 1111011 0 1100010 11101 100000 100111110 1100000 100011

Color Harmonies of #AE047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE047B

Black with #AE047B

Text Example


Text Example

White with #AE047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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