#a3165e

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

Shades of Jazzberry Jam #A3165E

Tints of Jazzberry Jam #A3165E

Color information

#A3165E (or 0xA3165E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 5E. RGB value is (163,22,94). Sum of RGB (Red+Green+Blue) = 163+22+94=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3165E is #5CE9A1. Grayscale: #484848. Windows color (decimal): -6089122 or 6166179. OLE color: 6166179.

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

Color convert

RGB1632294-
CMYK00.870.420.36
HSL329.36º76.22%36.27%-
HSV(B)329.36º86.5%63.92%-
XYZ17.419.1711.44-
YUV72.37140.21192.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=58.42%
G=7.89%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163229400.870.420.36329.3676.2236.27
HexA3165E0572A241494c24
Octal243261360127524451111444
Binary10100011101101011110010101111010101001001010010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3165e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3165e; }

 p { color: rgb(163,22,94); }

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

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

 a { background-color: rgb(163,22,94); }

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

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

 span { border-color: rgb(163,22,94); }

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