#A5116D

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

Shades of Jazzberry Jam #A5116D

Tints of Jazzberry Jam #A5116D

Color information

#A5116D (or 0xA5116D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 11 and 6D. RGB value is (165,17,109). Sum of RGB (Red+Green+Blue) = 165+17+109=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5116D is #5AEE92. Grayscale: #474747. Windows color (decimal): -5959315 or 7147941. OLE color: 7147941.

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

Color convert

RGB16517109-
CMYK00.900.340.35
HSL322.7º81.32%35.69%-
HSV(B)322.7º89.7%64.71%-
XYZ18.489.515.33-
YUV71.74149.03194.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=56.70%
G=5.84%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651710900.900.340.35322.781.3235.69
HexA5116D05A22231435124
Octal245211550132424350312144
Binary10100101100011101101010110101000101000111010000111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5116D; }

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

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

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

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

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

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

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

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