Html Css Color HEX #AE027C Eggplant

📋 copy color: '#AE027C'

red 174 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #AE027C

Tints of Eggplant #AE027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 58%
G = 0.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE027C (or 0xAE027C) is known color: Eggplant. HEX triplet: AE, 02 and 7C. RGB value is (174,2,124). Sum of RGB (Red+Green+Blue) = 174+2+124=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE027C is #51FD83. Grayscale: #434343. Windows color (decimal): -5373316 or 8127150. OLE color: 8127150.

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

Color convert

RGB 174 2 124 -
CMYK 0 0.99 0.29 0.32
HSL 317.44º 0.98% 0.35% -
HSV(B) 317.44º 0.99% 0.68% -
XYZ 21.12 10.5 19.98 -
YUV 67.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 174 2 124 0 0.99 0.29 0.32 317.44 0.98 0.35
Hex AE 2 7C 0 63 1D 20 13D 62 23
Octal 256 2 174 0 143 35 40 475 142 43
Binary 10101110 10 1111100 0 1100011 11101 100000 100111101 1100010 100011

Color Harmonies of #AE027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE027C

Black with #AE027C

Text Example


Text Example

White with #AE027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE027C; }

 p { color: rgb(174,2,124); }

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

background-color css

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

 a { background-color: rgb(174,2,124); }

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

border-color css

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

 span { border-color: rgb(174,2,124); }

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