#AA256A

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

Shades of Jazzberry Jam #AA256A

Tints of Jazzberry Jam #AA256A

Color information

#AA256A (or 0xAA256A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 25 and 6A. RGB value is (170,37,106). Sum of RGB (Red+Green+Blue) = 170+37+106=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256A is #55DA95. Grayscale: #545454. Windows color (decimal): -5626518 or 6956458. OLE color: 6956458.

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

Color convert

RGB17037106-
CMYK00.780.380.33
HSL328.87º64.25%40.59%-
HSV(B)328.87º78.24%66.67%-
XYZ19.8410.9114.7-
YUV84.63140.06188.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=54.31%
G=11.82%
B=33.87%

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
Decimal1703710600.780.380.33328.8764.2540.59
HexAA256A04E26211494029
Octal252451520116464151110051
Binary101010101001011101010010011101001101000011010010011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA256A; }

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

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

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

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

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

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

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

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