#A32170

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

Shades of Jazzberry Jam #A32170

Tints of Jazzberry Jam #A32170

Color information

#A32170 (or 0xA32170) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 21 and 70. RGB value is (163,33,112). Sum of RGB (Red+Green+Blue) = 163+33+112=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A32170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32170 is #5CDE8F. Grayscale: #505050. Windows color (decimal): -6086288 or 7348643. OLE color: 7348643.

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

Color convert

RGB16333112-
CMYK00.800.310.36
HSL323.54º66.33%38.43%-
HSV(B)323.54º79.75%63.92%-
XYZ18.5710.0416.29-
YUV80.88145.57186.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=52.92%
G=10.71%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633311200.800.310.36323.5466.3338.43
HexA321700501F241444226
Octal243411600120374450410246
Binary10100011100001111000001010000111111001001010001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32170; }

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

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

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

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

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

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

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

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