Html Css Color HEX #AE017E Eggplant

📋 copy color: '#AE017E'

red 174 ◦ green 1 ◦ blue 126

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

Shades of Eggplant #AE017E

Tints of Eggplant #AE017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 57.81%
G = 0.33%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE017E (or 0xAE017E) is known color: Eggplant. HEX triplet: AE, 01 and 7E. RGB value is (174,1,126). Sum of RGB (Red+Green+Blue) = 174+1+126=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE017E is #51FE81. Grayscale: #424242. Windows color (decimal): -5373570 or 8257966. OLE color: 8257966.

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

Color convert

RGB 174 1 126 -
CMYK 0 0.99 0.28 0.32
HSL 316.65º 0.99% 0.34% -
HSV(B) 316.65º 0.99% 0.68% -
XYZ 21.23 10.53 20.65 -
YUV 66.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 174 1 126 0 0.99 0.28 0.32 316.65 0.99 0.34
Hex AE 1 7E 0 63 1C 20 13D 63 22
Octal 256 1 176 0 143 34 40 475 143 42
Binary 10101110 1 1111110 0 1100011 11100 100000 100111101 1100011 100010

Color Harmonies of #AE017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE017E

Black with #AE017E

Text Example


Text Example

White with #AE017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE017E; }

 p { color: rgb(174,1,126); }

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

background-color css

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

 a { background-color: rgb(174,1,126); }

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

border-color css

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

 span { border-color: rgb(174,1,126); }

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