#A5194F

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

Shades of Jazzberry Jam #A5194F

Tints of Jazzberry Jam #A5194F

Color information

#A5194F (or 0xA5194F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 4F. RGB value is (165,25,79). Sum of RGB (Red+Green+Blue) = 165+25+79=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A5194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5194F is #5AE6B0. Grayscale: #484848. Windows color (decimal): -5957297 or 5183909. OLE color: 5183909.

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

Color convert

RGB1652579-
CMYK00.850.520.35
HSL336.86º73.68%37.25%-
HSV(B)336.86º84.85%64.71%-
XYZ17.289.268.27-
YUV73.02131.38193.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=61.34%
G=9.29%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165257900.850.520.35336.8673.6837.25
HexA5194F05534231514a25
Octal245311170125644352111245
Binary10100101110011001111010101011101001000111010100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5194F; }

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

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

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

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

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

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

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

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