#A5185A

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

Shades of Jazzberry Jam #A5185A

Tints of Jazzberry Jam #A5185A

Color information

#A5185A (or 0xA5185A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 18 and 5A. RGB value is (165,24,90). Sum of RGB (Red+Green+Blue) = 165+24+90=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5185A is #5AE7A5. Grayscale: #494949. Windows color (decimal): -5957542 or 5904549. OLE color: 5904549.

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

Color convert

RGB1652490-
CMYK00.850.450.35
HSL331.91º74.6%37.06%-
HSV(B)331.91º85.45%64.71%-
XYZ17.699.3910.55-
YUV73.68137.21193.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=59.14%
G=8.60%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165249000.850.450.35331.9174.637.06
HexA5185A0552D2314c4b25
Octal245301320125554351411345
Binary10100101110001011010010101011011011000111010011001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5185A; }

 p { color: rgb(165,24,90); }

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

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

 a { background-color: rgb(165,24,90); }

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

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

 span { border-color: rgb(165,24,90); }

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