#A12570

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

Shades of Jazzberry Jam #A12570

Tints of Jazzberry Jam #A12570

Color information

#A12570 (or 0xA12570) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 25 and 70. RGB value is (161,37,112). Sum of RGB (Red+Green+Blue) = 161+37+112=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A12570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12570 is #5EDA8F. Grayscale: #525252. Windows color (decimal): -6216336 or 7349665. OLE color: 7349665.

HSL color Cylindrical-coordinate representation of color #A12570: hue angle of 323.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12570 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16137112-
CMYK00.770.300.37
HSL323.71º62.63%38.82%-
HSV(B)323.71º77.02%63.14%-
XYZ18.2810.0716.31-
YUV82.63144.58183.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=51.94%
G=11.94%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613711200.770.300.37323.7162.6338.82
HexA1257004D1E251443f27
Octal24145160011536455047747
Binary1010000110010111100000100110111110100101101000100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12570; }

 p { color: rgb(161,37,112); }

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

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

 a { background-color: rgb(161,37,112); }

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

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

 span { border-color: rgb(161,37,112); }

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