#A10455

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

Shades of Jazzberry Jam #A10455

Tints of Jazzberry Jam #A10455

Color information

#A10455 (or 0xA10455) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 55. RGB value is (161,4,85). Sum of RGB (Red+Green+Blue) = 161+4+85=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10455 is #5EFBAA. Grayscale: #3C3C3C. Windows color (decimal): -6224811 or 5571745. OLE color: 5571745.

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

Color convert

RGB161485-
CMYK00.980.470.37
HSL329.04º95.15%32.35%-
HSV(B)329.04º97.52%63.14%-
XYZ16.388.329.34-
YUV60.18142.01199.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 85 (33.59% from 255) = 34%
R=64.4%
G=1.6%
B=34%

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
Decimal16148500.980.470.37329.0495.1532.35
HexA14550622F251495f20
Octal24141250142574551113740
Binary101000011001010101011000101011111001011010010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10455; }

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

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

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

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

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

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

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

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