#A10652

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

Shades of Jazzberry Jam #A10652

Tints of Jazzberry Jam #A10652

Color information

#A10652 (or 0xA10652) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 52. RGB value is (161,6,82). Sum of RGB (Red+Green+Blue) = 161+6+82=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A10652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10652 is #5EF9AD. Grayscale: #3C3C3C. Windows color (decimal): -6224302 or 5375649. OLE color: 5375649.

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

Color convert

RGB161682-
CMYK00.960.490.37
HSL330.58º92.81%32.75%-
HSV(B)330.58º96.27%63.14%-
XYZ16.298.328.73-
YUV61.01139.85199.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=64.66%
G=2.41%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16168200.960.490.37330.5892.8132.75
HexA1652060312514b5d21
Octal24161220140614551313541
Binary101000011101010010011000001100011001011010010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10652; }

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

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

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

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

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

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

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

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