#A3216F

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

Shades of Jazzberry Jam #A3216F

Tints of Jazzberry Jam #A3216F

Color information

#A3216F (or 0xA3216F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 21 and 6F. RGB value is (163,33,111). Sum of RGB (Red+Green+Blue) = 163+33+111=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3216F is #5CDE90. Grayscale: #505050. Windows color (decimal): -6086289 or 7283107. OLE color: 7283107.

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

Color convert

RGB16333111-
CMYK00.800.320.36
HSL324º66.33%38.43%-
HSV(B)324º79.75%63.92%-
XYZ18.5210.0216-
YUV80.76145.07186.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=53.09%
G=10.75%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633311100.800.320.3632466.3338.43
HexA3216F05020241444226
Octal243411570120404450410246
Binary101000111000011101111010100001000001001001010001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3216F; }

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

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

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

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

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

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

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

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