#AA246D

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

Shades of Jazzberry Jam #AA246D

Tints of Jazzberry Jam #AA246D

Color information

#AA246D (or 0xAA246D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 24 and 6D. RGB value is (170,36,109). Sum of RGB (Red+Green+Blue) = 170+36+109=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA246D is #55DB92. Grayscale: #545454. Windows color (decimal): -5626771 or 7152810. OLE color: 7152810.

HSL color Cylindrical-coordinate representation of color #AA246D: hue angle of 327.31º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA246D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17036109-
CMYK00.790.360.33
HSL327.31º65.05%40.39%-
HSV(B)327.31º78.82%66.67%-
XYZ19.9710.9115.52-
YUV84.39141.89189.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=53.97%
G=11.43%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703610900.790.360.33327.3165.0540.39
HexAA246D04F24211474128
Octal252441550117444150710150
Binary101010101001001101101010011111001001000011010001111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA246D; }

 p { color: rgb(170,36,109); }

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

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

 a { background-color: rgb(170,36,109); }

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

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

 span { border-color: rgb(170,36,109); }

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