#A3216B

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

Shades of Jazzberry Jam #A3216B

Tints of Jazzberry Jam #A3216B

Color information

#A3216B (or 0xA3216B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 21 and 6B. RGB value is (163,33,107). Sum of RGB (Red+Green+Blue) = 163+33+107=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3216B is #5CDE94. Grayscale: #505050. Windows color (decimal): -6086293 or 7020963. OLE color: 7020963.

HSL color Cylindrical-coordinate representation of color #A3216B: hue angle of 325.85º 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 #A3216B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16333107-
CMYK00.800.340.36
HSL325.85º66.33%38.43%-
HSV(B)325.85º79.75%63.92%-
XYZ18.39.9414.86-
YUV80.31143.07186.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=53.80%
G=10.89%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633310700.800.340.36325.8566.3338.43
HexA3216B05022241464226
Octal243411530120424450610246
Binary101000111000011101011010100001000101001001010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3216B; }

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

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

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

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

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

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

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

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