#A5195C

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

Shades of Jazzberry Jam #A5195C

Tints of Jazzberry Jam #A5195C

Color information

#A5195C (or 0xA5195C) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 5C. RGB value is (165,25,92). Sum of RGB (Red+Green+Blue) = 165+25+92=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5195C is #5AE6A3. Grayscale: #4A4A4A. Windows color (decimal): -5957284 or 6035877. OLE color: 6035877.

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

Color convert

RGB1652592-
CMYK00.850.440.35
HSL331.29º73.68%37.25%-
HSV(B)331.29º84.85%64.71%-
XYZ17.89.4711.01-
YUV74.5137.88192.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=58.51%
G=8.87%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165259200.850.440.35331.2973.6837.25
HexA5195C0552C2314b4a25
Octal245311340125544351311245
Binary10100101110011011100010101011011001000111010010111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5195C; }

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

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

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

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

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

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

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

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