#A5116B

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

Shades of Jazzberry Jam #A5116B

Tints of Jazzberry Jam #A5116B

Color information

#A5116B (or 0xA5116B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 11 and 6B. RGB value is (165,17,107). Sum of RGB (Red+Green+Blue) = 165+17+107=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5116B is #5AEE94. Grayscale: #474747. Windows color (decimal): -5959317 or 7016869. OLE color: 7016869.

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

Color convert

RGB16517107-
CMYK00.900.350.35
HSL323.51º81.32%35.69%-
HSV(B)323.51º89.7%64.71%-
XYZ18.379.4614.77-
YUV71.51148.03194.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=57.09%
G=5.88%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651710700.900.350.35323.5181.3235.69
HexA5116B05A23231445124
Octal245211530132434350412144
Binary10100101100011101011010110101000111000111010001001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5116B; }

 p { color: rgb(165,17,107); }

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

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

 a { background-color: rgb(165,17,107); }

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

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

 span { border-color: rgb(165,17,107); }

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