#A32169

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

Shades of Jazzberry Jam #A32169

Tints of Jazzberry Jam #A32169

Color information

#A32169 (or 0xA32169) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 21 and 69. RGB value is (163,33,105). Sum of RGB (Red+Green+Blue) = 163+33+105=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A32169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32169 is #5CDE96. Grayscale: #4F4F4F. Windows color (decimal): -6086295 or 6889891. OLE color: 6889891.

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

Color convert

RGB16333105-
CMYK00.800.360.36
HSL326.77º66.33%38.43%-
HSV(B)326.77º79.75%63.92%-
XYZ18.29.8914.32-
YUV80.08142.07187.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=54.15%
G=10.96%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633310500.800.360.36326.7766.3338.43
HexA3216905024241474226
Octal243411510120444450710246
Binary101000111000011101001010100001001001001001010001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32169; }

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

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

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

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

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

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

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

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