Html Css Color HEX #AA107A Eggplant

📋 copy color: '#AA107A'

red 170 ◦ green 16 ◦ blue 122

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

Shades of Eggplant #AA107A

Tints of Eggplant #AA107A

RGB

 RED value IS 170 (66.8% from 255) = 55.19%

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 55.19%
G = 5.19%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA107A (or 0xAA107A) is known color: Eggplant. HEX triplet: AA, 10 and 7A. RGB value is (170,16,122). Sum of RGB (Red+Green+Blue) = 170+16+122=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107A is #55EF85. Grayscale: #494949. Windows color (decimal): -5631878 or 7999658. OLE color: 7999658.

HSL color Cylindrical-coordinate representation of color #AA107A: hue angle of 318.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA107A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 122 -
CMYK 0 0.91 0.28 0.33
HSL 318.7º 0.83% 0.36% -
HSV(B) 318.7º 0.91% 0.67% -
XYZ 20.28 10.32 19.34 -
YUV 74.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 170 16 122 0 0.91 0.28 0.33 318.7 0.83 0.36
Hex AA 10 7A 0 5B 1C 21 13F 53 24
Octal 252 20 172 0 133 34 41 477 123 44
Binary 10101010 10000 1111010 0 1011011 11100 100001 100111111 1010011 100100

Color Harmonies of #AA107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA107A

Black with #AA107A

Text Example


Text Example

White with #AA107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA107A; }

 p { color: rgb(170,16,122); }

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

background-color css

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

 a { background-color: rgb(170,16,122); }

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

border-color css

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

 span { border-color: rgb(170,16,122); }

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