#a82160

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

Shades of Jazzberry Jam #A82160

Tints of Jazzberry Jam #A82160

Color information

#A82160 (or 0xA82160) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 21 and 60. RGB value is (168,33,96). Sum of RGB (Red+Green+Blue) = 168+33+96=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A82160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82160 is #57DE9F. Grayscale: #505050. Windows color (decimal): -5758624 or 6300072. OLE color: 6300072.

HSL color Cylindrical-coordinate representation of color #A82160: hue angle of 332º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82160 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1683396-
CMYK00.800.430.34
HSL332º67.16%39.41%-
HSV(B)332º80.36%65.88%-
XYZ18.810.2612.06-
YUV80.55136.73190.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=56.57%
G=11.11%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168339600.800.430.3433267.1639.41
HexA821600502B2214c4327
Octal250411400120534251410347
Binary101010001000011100000010100001010111000101010011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82160; }

 p { color: rgb(168,33,96); }

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

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

 a { background-color: rgb(168,33,96); }

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

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

 span { border-color: rgb(168,33,96); }

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