#a3186a

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

Shades of Jazzberry Jam #A3186A

Tints of Jazzberry Jam #A3186A

Color information

#A3186A (or 0xA3186A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 6A. RGB value is (163,24,106). Sum of RGB (Red+Green+Blue) = 163+24+106=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3186A is #5CE795. Grayscale: #4A4A4A. Windows color (decimal): -6088598 or 6953123. OLE color: 6953123.

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

Color convert

RGB16324106-
CMYK00.850.350.36
HSL324.6º74.33%36.67%-
HSV(B)324.6º85.28%63.92%-
XYZ18.039.4814.52-
YUV74.91145.55190.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=55.63%
G=8.19%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632410600.850.350.36324.674.3336.67
HexA3186A05523241454a25
Octal243301520125434450511245
Binary10100011110001101010010101011000111001001010001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3186a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3186a; }

 p { color: rgb(163,24,106); }

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

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

 a { background-color: rgb(163,24,106); }

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

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

 span { border-color: rgb(163,24,106); }

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