#A8185D

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

Shades of Jazzberry Jam #A8185D

Tints of Jazzberry Jam #A8185D

Color information

#A8185D (or 0xA8185D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 18 and 5D. RGB value is (168,24,93). Sum of RGB (Red+Green+Blue) = 168+24+93=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8185D is #57E7A2. Grayscale: #4A4A4A. Windows color (decimal): -5760931 or 6101160. OLE color: 6101160.

HSL color Cylindrical-coordinate representation of color #A8185D: hue angle of 331.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8185D is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1682493-
CMYK00.860.450.34
HSL331.25º75%37.65%-
HSV(B)331.25º85.71%65.88%-
XYZ18.459.7711.27-
YUV74.92138.21194.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=58.95%
G=8.42%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168249300.860.450.34331.257537.65
HexA8185D0562D2214b4b26
Octal250301350126554251311346
Binary10101000110001011101010101101011011000101010010111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8185D; }

 p { color: rgb(168,24,93); }

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

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

 a { background-color: rgb(168,24,93); }

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

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

 span { border-color: rgb(168,24,93); }

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