#A3146C

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

Shades of Jazzberry Jam #A3146C

Tints of Jazzberry Jam #A3146C

Color information

#A3146C (or 0xA3146C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 14 and 6C. RGB value is (163,20,108). Sum of RGB (Red+Green+Blue) = 163+20+108=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3146C is #5CEB93. Grayscale: #484848. Windows color (decimal): -6089620 or 7083171. OLE color: 7083171.

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

Color convert

RGB16320108-
CMYK00.880.340.36
HSL323.08º78.14%35.88%-
HSV(B)323.08º87.73%63.92%-
XYZ18.069.3715.04-
YUV72.79147.88192.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=56.01%
G=6.87%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632010800.880.340.36323.0878.1435.88
HexA3146C05822241434e24
Octal243241540130424450311644
Binary10100011101001101100010110001000101001001010000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3146C; }

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

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

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

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

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

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

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

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