#A10654

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

Shades of Jazzberry Jam #A10654

Tints of Jazzberry Jam #A10654

Color information

#A10654 (or 0xA10654) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 54. RGB value is (161,6,84). Sum of RGB (Red+Green+Blue) = 161+6+84=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A10654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10654 is #5EF9AB. Grayscale: #3D3D3D. Windows color (decimal): -6224300 or 5506721. OLE color: 5506721.

HSL color Cylindrical-coordinate representation of color #A10654: hue angle of 329.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10654 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB161684-
CMYK00.960.480.37
HSL329.81º92.81%32.75%-
HSV(B)329.81º96.27%63.14%-
XYZ16.368.359.14-
YUV61.24140.85199.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.14%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=64.14%
G=2.39%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16168400.960.480.37329.8192.8132.75
HexA1654060302514a5d21
Octal24161240140604551213541
Binary101000011101010100011000001100001001011010010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10654; }

 p { color: rgb(161,6,84); }

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

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

 a { background-color: rgb(161,6,84); }

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

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

 span { border-color: rgb(161,6,84); }

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