Html Css Color HEX #AE027A Eggplant

📋 copy color: '#AE027A'

red 174 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #AE027A

Tints of Eggplant #AE027A

RGB

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

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

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

R = 58.39%
G = 0.67%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE027A (or 0xAE027A) is known color: Eggplant. HEX triplet: AE, 02 and 7A. RGB value is (174,2,122). Sum of RGB (Red+Green+Blue) = 174+2+122=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE027A is #51FD85. Grayscale: #424242. Windows color (decimal): -5373318 or 7996078. OLE color: 7996078.

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

Color convert

RGB 174 2 122 -
CMYK 0 0.99 0.30 0.32
HSL 318.14º 0.98% 0.35% -
HSV(B) 318.14º 0.99% 0.68% -
XYZ 20.99 10.45 19.32 -
YUV 67.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 174 2 122 0 0.99 0.30 0.32 318.14 0.98 0.35
Hex AE 2 7A 0 63 1E 20 13E 62 23
Octal 256 2 172 0 143 36 40 476 142 43
Binary 10101110 10 1111010 0 1100011 11110 100000 100111110 1100010 100011

Color Harmonies of #AE027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE027A

Black with #AE027A

Text Example


Text Example

White with #AE027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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