#A10E4A

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

Shades of Jazzberry Jam #A10E4A

Tints of Jazzberry Jam #A10E4A

Color information

#A10E4A (or 0xA10E4A) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0E and 4A. RGB value is (161,14,74). Sum of RGB (Red+Green+Blue) = 161+14+74=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E4A is #5EF1B5. Grayscale: #404040. Windows color (decimal): -6222262 or 4853409. OLE color: 4853409.

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

Color convert

RGB1611474-
CMYK00.910.540.37
HSL335.51º84%34.31%-
HSV(B)335.51º91.3%63.14%-
XYZ16.098.397.25-
YUV64.79133.2196.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=64.66%
G=5.62%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161147400.910.540.37335.518434.31
HexA1E4A05B36251505422
Octal241161120133664552012442
Binary1010000111101001010010110111101101001011010100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E4A; }

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

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

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

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

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

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

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

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