#A10462

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

Shades of Jazzberry Jam #A10462

Tints of Jazzberry Jam #A10462

Color information

#A10462 (or 0xA10462) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 04 and 62. RGB value is (161,4,98). Sum of RGB (Red+Green+Blue) = 161+4+98=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A10462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10462 is #5EFB9D. Grayscale: #3D3D3D. Windows color (decimal): -6224798 or 6423713. OLE color: 6423713.

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

Color convert

RGB161498-
CMYK00.980.390.37
HSL324.08º95.15%32.35%-
HSV(B)324.08º97.52%63.14%-
XYZ16.958.5512.31-
YUV61.66148.51198.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=61.22%
G=1.52%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16149800.980.390.37324.0895.1532.35
HexA146206227251445f20
Octal24141420142474550413740
Binary101000011001100010011000101001111001011010001001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10462; }

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

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

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

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

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

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

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

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