#AA1A52

Color #AA1A52 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AA1A52

Tints of Jazzberry Jam #AA1A52

Color information

#AA1A52 (or 0xAA1A52) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 1A and 52. RGB value is (170,26,82). Sum of RGB (Red+Green+Blue) = 170+26+82=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A52 is #55E5AD. Grayscale: #4B4B4B. Windows color (decimal): -5629358 or 5380778. OLE color: 5380778.

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

Color convert

RGB1702682-
CMYK00.850.520.33
HSL336.67º73.47%38.43%-
HSV(B)336.67º84.71%66.67%-
XYZ18.479.898.92-
YUV75.44131.71195.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=61.15%
G=9.35%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170268200.850.520.33336.6773.4738.43
HexAA1A5205534211514926
Octal252321220125644152111146
Binary10101010110101010010010101011101001000011010100011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A52; }

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

 H1.HeaderClassName
 {
   color: #AA1A52;
 }
 .AnyTagClassName
 {
   color: #AA1A52;
 }
</style>
background-color css

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

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

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

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

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

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