#A3106E

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

Shades of Jazzberry Jam #A3106E

Tints of Jazzberry Jam #A3106E

Color information

#A3106E (or 0xA3106E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 10 and 6E. RGB value is (163,16,110). Sum of RGB (Red+Green+Blue) = 163+16+110=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3106E is #5CEF91. Grayscale: #464646. Windows color (decimal): -6090642 or 7213219. OLE color: 7213219.

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

Color convert

RGB16316110-
CMYK00.900.330.36
HSL321.63º82.12%35.1%-
HSV(B)321.63º90.18%63.92%-
XYZ18.19.2815.59-
YUV70.67150.2193.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=56.40%
G=5.54%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631611000.900.330.36321.6382.1235.1
HexA3106E05A21241425223
Octal243201560132414450212243
Binary10100011100001101110010110101000011001001010000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3106E; }

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

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

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

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

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

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

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

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