#A0186F

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

Shades of Jazzberry Jam #A0186F

Tints of Jazzberry Jam #A0186F

Color information

#A0186F (or 0xA0186F) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 18 and 6F. RGB value is (160,24,111). Sum of RGB (Red+Green+Blue) = 160+24+111=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186F is #5FE790. Grayscale: #4A4A4A. Windows color (decimal): -6285201 or 7280800. OLE color: 7280800.

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

Color convert

RGB16024111-
CMYK00.850.310.37
HSL321.62º73.91%36.08%-
HSV(B)321.62º85%62.75%-
XYZ17.699.2715.9-
YUV74.58148.56188.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=54.24%
G=8.14%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602411100.850.310.37321.6273.9136.08
HexA0186F0551F251424a24
Octal240301570125374550211244
Binary1010000011000110111101010101111111001011010000101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0186F; }

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

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

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

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

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

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

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

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