#A1185A

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

Shades of Jazzberry Jam #A1185A

Tints of Jazzberry Jam #A1185A

Color information

#A1185A (or 0xA1185A) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 5A. RGB value is (161,24,90). Sum of RGB (Red+Green+Blue) = 161+24+90=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185A is #5EE7A5. Grayscale: #484848. Windows color (decimal): -6219686 or 5904545. OLE color: 5904545.

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

Color convert

RGB1612490-
CMYK00.850.440.37
HSL331.09º74.05%36.27%-
HSV(B)331.09º85.09%63.14%-
XYZ16.878.9710.51-
YUV72.49137.89191.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=58.55%
G=8.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161249000.850.440.37331.0974.0536.27
HexA1185A0552C2514b4a24
Octal241301320125544551311244
Binary10100001110001011010010101011011001001011010010111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1185A; }

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

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

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

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

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

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

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

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