#AA2569

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

Shades of Jazzberry Jam #AA2569

Tints of Jazzberry Jam #AA2569

Color information

#AA2569 (or 0xAA2569) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 25 and 69. RGB value is (170,37,105). Sum of RGB (Red+Green+Blue) = 170+37+105=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2569 is #55DA96. Grayscale: #545454. Windows color (decimal): -5626519 or 6890922. OLE color: 6890922.

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

Color convert

RGB17037105-
CMYK00.780.380.33
HSL329.32º64.25%40.59%-
HSV(B)329.32º78.24%66.67%-
XYZ19.7910.8914.42-
YUV84.52139.56188.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=54.49%
G=11.86%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703710500.780.380.33329.3264.2540.59
HexAA256904E26211494029
Octal252451510116464151110051
Binary101010101001011101001010011101001101000011010010011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2569; }

 p { color: rgb(170,37,105); }

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

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

 a { background-color: rgb(170,37,105); }

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

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

 span { border-color: rgb(170,37,105); }

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