#A10553

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

Shades of Jazzberry Jam #A10553

Tints of Jazzberry Jam #A10553

Color information

#A10553 (or 0xA10553) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 05 and 53. RGB value is (161,5,83). Sum of RGB (Red+Green+Blue) = 161+5+83=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A10553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10553 is #5EFAAC. Grayscale: #3C3C3C. Windows color (decimal): -6224557 or 5440929. OLE color: 5440929.

HSL color Cylindrical-coordinate representation of color #A10553: hue angle of 330º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10553 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB161583-
CMYK00.970.480.37
HSL330º93.98%32.55%-
HSV(B)330º96.89%63.14%-
XYZ16.318.318.93-
YUV60.54140.68199.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=64.66%
G=2.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16158300.970.480.3733093.9832.55
HexA1553061302514a5e21
Octal24151230141604551213641
Binary101000011011010011011000011100001001011010010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10553; }

 p { color: rgb(161,5,83); }

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

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

 a { background-color: rgb(161,5,83); }

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

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

 span { border-color: rgb(161,5,83); }

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