Html Css Color HEX #AA057B Eggplant

📋 copy color: '#AA057B'

red 170 ◦ green 5 ◦ blue 123

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

Shades of Eggplant #AA057B

Tints of Eggplant #AA057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 57.05%
G = 1.68%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA057B (or 0xAA057B) is known color: Eggplant. HEX triplet: AA, 05 and 7B. RGB value is (170,5,123). Sum of RGB (Red+Green+Blue) = 170+5+123=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA057B is #55FA84. Grayscale: #434343. Windows color (decimal): -5634693 or 8062378. OLE color: 8062378.

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

Color convert

RGB 170 5 123 -
CMYK 0 0.97 0.28 0.33
HSL 317.09º 0.94% 0.34% -
HSV(B) 317.09º 0.97% 0.67% -
XYZ 20.21 10.08 19.62 -
YUV 67.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 170 5 123 0 0.97 0.28 0.33 317.09 0.94 0.34
Hex AA 5 7B 0 61 1C 21 13D 5E 22
Octal 252 5 173 0 141 34 41 475 136 42
Binary 10101010 101 1111011 0 1100001 11100 100001 100111101 1011110 100010

Color Harmonies of #AA057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA057B

Black with #AA057B

Text Example


Text Example

White with #AA057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA057B; }

 p { color: rgb(170,5,123); }

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

background-color css

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

 a { background-color: rgb(170,5,123); }

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

border-color css

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

 span { border-color: rgb(170,5,123); }

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