#A8186F

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

Shades of Jazzberry Jam #A8186F

Tints of Jazzberry Jam #A8186F

Color information

#A8186F (or 0xA8186F) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 18 and 6F. RGB value is (168,24,111). Sum of RGB (Red+Green+Blue) = 168+24+111=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186F is #57E790. Grayscale: #4C4C4C. Windows color (decimal): -5760913 or 7280808. OLE color: 7280808.

HSL color Cylindrical-coordinate representation of color #A8186F: hue angle of 323.75º 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 #A8186F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16824111-
CMYK00.860.340.34
HSL323.75º75%37.65%-
HSV(B)323.75º85.71%65.88%-
XYZ19.3410.1315.97-
YUV76.97147.21192.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=55.45%
G=7.92%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682411100.860.340.34323.757537.65
HexA8186F05622221444b26
Octal250301570126424250411346
Binary10101000110001101111010101101000101000101010001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8186F; }

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

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

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

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

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

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

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

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