#AA0651

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

Shades of Jazzberry Jam #AA0651

Tints of Jazzberry Jam #AA0651

Color information

#AA0651 (or 0xAA0651) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 06 and 51. RGB value is (170,6,81). Sum of RGB (Red+Green+Blue) = 170+6+81=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0651 is #55F9AE. Grayscale: #3F3F3F. Windows color (decimal): -5634479 or 5310122. OLE color: 5310122.

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

Color convert

RGB170681-
CMYK00.960.520.33
HSL332.56º93.18%34.51%-
HSV(B)332.56º96.47%66.67%-
XYZ18.139.278.62-
YUV63.59137.83203.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=66.15%
G=2.33%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17068100.960.520.33332.5693.1834.51
HexAA651060342114d5d23
Octal25261210140644151513543
Binary101010101101010001011000001101001000011010011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0651; }

 p { color: rgb(170,6,81); }

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

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

 a { background-color: rgb(170,6,81); }

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

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

 span { border-color: rgb(170,6,81); }

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