#A5196D

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

Shades of Jazzberry Jam #A5196D

Tints of Jazzberry Jam #A5196D

Color information

#A5196D (or 0xA5196D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 6D. RGB value is (165,25,109). Sum of RGB (Red+Green+Blue) = 165+25+109=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5196D is #5AE692. Grayscale: #4C4C4C. Windows color (decimal): -5957267 or 7149989. OLE color: 7149989.

HSL color Cylindrical-coordinate representation of color #A5196D: hue angle of 324º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5196D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16525109-
CMYK00.850.340.35
HSL324º73.68%37.25%-
HSV(B)324º84.85%64.71%-
XYZ18.629.815.38-
YUV76.44146.38191.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=55.18%
G=8.36%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652510900.850.340.3532473.6837.25
HexA5196D05522231444a25
Octal245311550125424350411245
Binary10100101110011101101010101011000101000111010001001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5196D; }

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

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

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

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

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

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

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

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