Html Css Color HEX #AA0057 Jazzberry Jam

📋 copy color: '#AA0057'

red 170 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #AA0057

Tints of Jazzberry Jam #AA0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 66.15%
G = 0%
B = 33.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0057 (or 0xAA0057) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 57. RGB value is (170,0,87). Sum of RGB (Red+Green+Blue) = 170+0+87=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0057 is #55FFA8. Grayscale: #3C3C3C. Windows color (decimal): -5636009 or 5701802. OLE color: 5701802.

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

Color convert

RGB 170 0 87 -
CMYK 0 1 0.49 0.33
HSL 329.29º 1% 0.33% -
HSV(B) 329.29º 1% 0.67% -
XYZ 18.3 9.23 9.83 -
YUV 60.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 170 0 87 0 1 0.49 0.33 329.29 1 0.33
Hex AA 0 57 0 64 31 21 149 64 21
Octal 252 0 127 0 144 61 41 511 144 41
Binary 10101010 0 1010111 0 1100100 110001 100001 101001001 1100100 100001

Color Harmonies of #AA0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0057

Black with #AA0057

Text Example


Text Example

White with #AA0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0057; }

 p { color: rgb(170,0,87); }

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

background-color css

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

 a { background-color: rgb(170,0,87); }

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

border-color css

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

 span { border-color: rgb(170,0,87); }

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