Html Css Color HEX #AE007F Eggplant

📋 copy color: '#AE007F'

red 174 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #AE007F

Tints of Eggplant #AE007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 57.81%
G = 0%
B = 42.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE007F (or 0xAE007F) is known color: Eggplant. HEX triplet: AE, 00 and 7F. RGB value is (174,0,127). Sum of RGB (Red+Green+Blue) = 174+0+127=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE007F is #51FF80. Grayscale: #424242. Windows color (decimal): -5373825 or 8323246. OLE color: 8323246.

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

Color convert

RGB 174 0 127 -
CMYK 0 1 0.27 0.32
HSL 316.21º 1% 0.34% -
HSV(B) 316.21º 1% 0.68% -
XYZ 21.29 10.53 20.99 -
YUV 66.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 174 0 127 0 1 0.27 0.32 316.21 1 0.34
Hex AE 0 7F 0 64 1B 20 13C 64 22
Octal 256 0 177 0 144 33 40 474 144 42
Binary 10101110 0 1111111 0 1100100 11011 100000 100111100 1100100 100010

Color Harmonies of #AE007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE007F

Black with #AE007F

Text Example


Text Example

White with #AE007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE007F; }

 p { color: rgb(174,0,127); }

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

background-color css

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

 a { background-color: rgb(174,0,127); }

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

border-color css

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

 span { border-color: rgb(174,0,127); }

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