#A0186C

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

Shades of Jazzberry Jam #A0186C

Tints of Jazzberry Jam #A0186C

Color information

#A0186C (or 0xA0186C) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 18 and 6C. RGB value is (160,24,108). Sum of RGB (Red+Green+Blue) = 160+24+108=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186C is #5FE793. Grayscale: #4A4A4A. Windows color (decimal): -6285204 or 7084192. OLE color: 7084192.

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

Color convert

RGB16024108-
CMYK00.850.320.37
HSL322.94º73.91%36.08%-
HSV(B)322.94º85%62.75%-
XYZ17.539.2115.04-
YUV74.24147.06189.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=54.79%
G=8.22%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602410800.850.320.37322.9473.9136.08
HexA0186C05520251434a24
Octal240301540125404550311244
Binary10100000110001101100010101011000001001011010000111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0186C; }

 p { color: rgb(160,24,108); }

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

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

 a { background-color: rgb(160,24,108); }

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

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

 span { border-color: rgb(160,24,108); }

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