#A10F42

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

Shades of Jazzberry Jam #A10F42

Tints of Jazzberry Jam #A10F42

Color information

#A10F42 (or 0xA10F42) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0F and 42. RGB value is (161,15,66). Sum of RGB (Red+Green+Blue) = 161+15+66=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F42 is #5EF0BD. Grayscale: #404040. Windows color (decimal): -6222014 or 4329377. OLE color: 4329377.

HSL color Cylindrical-coordinate representation of color #A10F42: hue angle of 339.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F42 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1611566-
CMYK00.910.590.37
HSL339.04º82.95%34.51%-
HSV(B)339.04º90.68%63.14%-
XYZ15.858.315.92-
YUV64.47128.87196.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=66.53%
G=6.20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161156600.910.590.37339.0482.9534.51
HexA1F4205B3B251535323
Octal241171020133734552312343
Binary1010000111111000010010110111110111001011010100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F42; }

 p { color: rgb(161,15,66); }

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

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

 a { background-color: rgb(161,15,66); }

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

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

 span { border-color: rgb(161,15,66); }

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