Html Css Color HEX #AE007A Eggplant

📋 copy color: '#AE007A'

red 174 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #AE007A

Tints of Eggplant #AE007A

RGB

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

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

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

R = 58.78%
G = 0%
B = 41.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE007A (or 0xAE007A) is known color: Eggplant. HEX triplet: AE, 00 and 7A. RGB value is (174,0,122). Sum of RGB (Red+Green+Blue) = 174+0+122=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE007A is #51FF85. Grayscale: #414141. Windows color (decimal): -5373830 or 7995566. OLE color: 7995566.

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

Color convert

RGB 174 0 122 -
CMYK 0 1 0.30 0.32
HSL 317.93º 1% 0.34% -
HSV(B) 317.93º 1% 0.68% -
XYZ 20.97 10.4 19.32 -
YUV 65.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 174 0 122 0 1 0.30 0.32 317.93 1 0.34
Hex AE 0 7A 0 64 1E 20 13E 64 22
Octal 256 0 172 0 144 36 40 476 144 42
Binary 10101110 0 1111010 0 1100100 11110 100000 100111110 1100100 100010

Color Harmonies of #AE007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE007A

Black with #AE007A

Text Example


Text Example

White with #AE007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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