Html Css Color HEX #AA0052 Jazzberry Jam

📋 copy color: '#AA0052'

red 170 ◦ green 0 ◦ blue 82

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

Shades of Jazzberry Jam #AA0052

Tints of Jazzberry Jam #AA0052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 67.46%
G = 0%
B = 32.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA0052 (or 0xAA0052) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 52. RGB value is (170,0,82). Sum of RGB (Red+Green+Blue) = 170+0+82=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0052 is #55FFAD. Grayscale: #3C3C3C. Windows color (decimal): -5636014 or 5374122. OLE color: 5374122.

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

Color convert

RGB 170 0 82 -
CMYK 0 1 0.52 0.33
HSL 331.06º 1% 0.33% -
HSV(B) 331.06º 1% 0.67% -
XYZ 18.1 9.16 8.8 -
YUV 60.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 170 0 82 0 1 0.52 0.33 331.06 1 0.33
Hex AA 0 52 0 64 34 21 14B 64 21
Octal 252 0 122 0 144 64 41 513 144 41
Binary 10101010 0 1010010 0 1100100 110100 100001 101001011 1100100 100001

Color Harmonies of #AA0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0052

Black with #AA0052

Text Example


Text Example

White with #AA0052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0052; }

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

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

background-color css

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

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

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

border-color css

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

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

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