#A10A4A

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

Shades of Jazzberry Jam #A10A4A

Tints of Jazzberry Jam #A10A4A

Color information

#A10A4A (or 0xA10A4A) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0A and 4A. RGB value is (161,10,74). Sum of RGB (Red+Green+Blue) = 161+10+74=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A4A is #5EF5B5. Grayscale: #3E3E3E. Windows color (decimal): -6223286 or 4852385. OLE color: 4852385.

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

Color convert

RGB1611074-
CMYK00.940.540.37
HSL334.57º88.3%33.53%-
HSV(B)334.57º93.79%63.14%-
XYZ16.048.297.23-
YUV62.44134.53198.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=65.71%
G=4.08%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161107400.940.540.37334.5788.333.53
HexA1A4A05E362514f5822
Octal241121120136664551713042
Binary1010000110101001010010111101101101001011010011111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A4A; }

 p { color: rgb(161,10,74); }

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

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

 a { background-color: rgb(161,10,74); }

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

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

 span { border-color: rgb(161,10,74); }

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