#a82366

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

Shades of Jazzberry Jam #A82366

Tints of Jazzberry Jam #A82366

Color information

#A82366 (or 0xA82366) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 23 and 66. RGB value is (168,35,102). Sum of RGB (Red+Green+Blue) = 168+35+102=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A82366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82366 is #57DC99. Grayscale: #525252. Windows color (decimal): -5758106 or 6693800. OLE color: 6693800.

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

Color convert

RGB16835102-
CMYK00.790.390.34
HSL329.77º65.52%39.8%-
HSV(B)329.77º79.17%65.88%-
XYZ19.1510.4913.59-
YUV82.4139.06189.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=55.08%
G=11.48%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683510200.790.390.34329.7765.5239.8
HexA8236604F272214a4228
Octal250431460117474251210250
Binary101010001000111100110010011111001111000101010010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82366; }

 p { color: rgb(168,35,102); }

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

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

 a { background-color: rgb(168,35,102); }

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

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

 span { border-color: rgb(168,35,102); }

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