#A3246C

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

Shades of Jazzberry Jam #A3246C

Tints of Jazzberry Jam #A3246C

Color information

#A3246C (or 0xA3246C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 24 and 6C. RGB value is (163,36,108). Sum of RGB (Red+Green+Blue) = 163+36+108=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3246C is #5CDB93. Grayscale: #525252. Windows color (decimal): -6085524 or 7087267. OLE color: 7087267.

HSL color Cylindrical-coordinate representation of color #A3246C: hue angle of 325.98º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3246C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16336108-
CMYK00.780.340.36
HSL325.98º63.82%39.02%-
HSV(B)325.98º77.91%63.92%-
XYZ18.4410.1315.17-
YUV82.18142.58185.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=53.09%
G=11.73%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633610800.780.340.36325.9863.8239.02
HexA3246C04E22241464027
Octal243441540116424450610047
Binary101000111001001101100010011101000101001001010001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3246C; }

 p { color: rgb(163,36,108); }

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

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

 a { background-color: rgb(163,36,108); }

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

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

 span { border-color: rgb(163,36,108); }

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