#AA256C

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

Shades of Jazzberry Jam #AA256C

Tints of Jazzberry Jam #AA256C

Color information

#AA256C (or 0xAA256C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 25 and 6C. RGB value is (170,37,108). Sum of RGB (Red+Green+Blue) = 170+37+108=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256C is #55DA93. Grayscale: #545454. Windows color (decimal): -5626516 or 7087530. OLE color: 7087530.

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

Color convert

RGB17037108-
CMYK00.780.360.33
HSL327.97º64.25%40.59%-
HSV(B)327.97º78.24%66.67%-
XYZ19.9510.9515.25-
YUV84.86141.06188.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=53.97%
G=11.75%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703710800.780.360.33327.9764.2540.59
HexAA256C04E24211484029
Octal252451540116444151010051
Binary101010101001011101100010011101001001000011010010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA256C; }

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

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

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

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

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

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

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

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