Html Css Color HEX #AE027B Eggplant

📋 copy color: '#AE027B'

red 174 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #AE027B

Tints of Eggplant #AE027B

RGB

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

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

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

R = 58.19%
G = 0.67%
B = 41.14%

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

#AE027B (or 0xAE027B) is known color: Eggplant. HEX triplet: AE, 02 and 7B. RGB value is (174,2,123). Sum of RGB (Red+Green+Blue) = 174+2+123=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE027B is #51FD84. Grayscale: #424242. Windows color (decimal): -5373317 or 8061614. OLE color: 8061614.

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

Color convert

RGB 174 2 123 -
CMYK 0 0.99 0.29 0.32
HSL 317.79º 0.98% 0.35% -
HSV(B) 317.79º 0.99% 0.68% -
XYZ 21.05 10.47 19.65 -
YUV 67.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 174 2 123 0 0.99 0.29 0.32 317.79 0.98 0.35
Hex AE 2 7B 0 63 1D 20 13E 62 23
Octal 256 2 173 0 143 35 40 476 142 43
Binary 10101110 10 1111011 0 1100011 11101 100000 100111110 1100010 100011

Color Harmonies of #AE027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE027B

Black with #AE027B

Text Example


Text Example

White with #AE027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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