#AA256B

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

Shades of Jazzberry Jam #AA256B

Tints of Jazzberry Jam #AA256B

Color information

#AA256B (or 0xAA256B) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 25 and 6B. RGB value is (170,37,107). Sum of RGB (Red+Green+Blue) = 170+37+107=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256B is #55DA94. Grayscale: #545454. Windows color (decimal): -5626517 or 7021994. OLE color: 7021994.

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

Color convert

RGB17037107-
CMYK00.780.370.33
HSL328.42º64.25%40.59%-
HSV(B)328.42º78.24%66.67%-
XYZ19.8910.9314.97-
YUV84.75140.56188.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=54.14%
G=11.78%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703710700.780.370.33328.4264.2540.59
HexAA256B04E25211484029
Octal252451530116454151010051
Binary101010101001011101011010011101001011000011010010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA256B; }

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

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

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

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

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

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

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

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