#A10456

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

Shades of Jazzberry Jam #A10456

Tints of Jazzberry Jam #A10456

Color information

#A10456 (or 0xA10456) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 56. RGB value is (161,4,86). Sum of RGB (Red+Green+Blue) = 161+4+86=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A10456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10456 is #5EFBA9. Grayscale: #3C3C3C. Windows color (decimal): -6224810 or 5637281. OLE color: 5637281.

HSL color Cylindrical-coordinate representation of color #A10456: hue angle of 328.66º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10456 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB161486-
CMYK00.980.470.37
HSL328.66º95.15%32.35%-
HSV(B)328.66º97.52%63.14%-
XYZ16.428.349.55-
YUV60.29142.51199.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.14%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=64.14%
G=1.59%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16148600.980.470.37328.6695.1532.35
HexA14560622F251495f20
Octal24141260142574551113740
Binary101000011001010110011000101011111001011010010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10456; }

 p { color: rgb(161,4,86); }

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

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

 a { background-color: rgb(161,4,86); }

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

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

 span { border-color: rgb(161,4,86); }

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