#A3216A

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

Shades of Jazzberry Jam #A3216A

Tints of Jazzberry Jam #A3216A

Color information

#A3216A (or 0xA3216A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 21 and 6A. RGB value is (163,33,106). Sum of RGB (Red+Green+Blue) = 163+33+106=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3216A is #5CDE95. Grayscale: #505050. Windows color (decimal): -6086294 or 6955427. OLE color: 6955427.

HSL color Cylindrical-coordinate representation of color #A3216A: hue angle of 326.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3216A is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16333106-
CMYK00.800.350.36
HSL326.31º66.33%38.43%-
HSV(B)326.31º79.75%63.92%-
XYZ18.259.9114.59-
YUV80.19142.57187.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=53.97%
G=10.93%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633310600.800.350.36326.3166.3338.43
HexA3216A05023241464226
Octal243411520120434450610246
Binary101000111000011101010010100001000111001001010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3216A; }

 p { color: rgb(163,33,106); }

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

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

 a { background-color: rgb(163,33,106); }

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

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

 span { border-color: rgb(163,33,106); }

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