#A3106A

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

Shades of Jazzberry Jam #A3106A

Tints of Jazzberry Jam #A3106A

Color information

#A3106A (or 0xA3106A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 10 and 6A. RGB value is (163,16,106). Sum of RGB (Red+Green+Blue) = 163+16+106=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A3106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3106A is #5CEF95. Grayscale: #464646. Windows color (decimal): -6090646 or 6951075. OLE color: 6951075.

HSL color Cylindrical-coordinate representation of color #A3106A: hue angle of 323.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3106A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16316106-
CMYK00.900.350.36
HSL323.27º82.12%35.1%-
HSV(B)323.27º90.18%63.92%-
XYZ17.899.214.47-
YUV70.21148.2194.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=57.19%
G=5.61%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631610600.900.350.36323.2782.1235.1
HexA3106A05A23241435223
Octal243201520132434450312243
Binary10100011100001101010010110101000111001001010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3106A; }

 p { color: rgb(163,16,106); }

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

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

 a { background-color: rgb(163,16,106); }

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

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

 span { border-color: rgb(163,16,106); }

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