#A3095C

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

Shades of Jazzberry Jam #A3095C

Tints of Jazzberry Jam #A3095C

Color information

#A3095C (or 0xA3095C) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 09 and 5C. RGB value is (163,9,92). Sum of RGB (Red+Green+Blue) = 163+9+92=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3095C is #5CF6A3. Grayscale: #404040. Windows color (decimal): -6092452 or 6031779. OLE color: 6031779.

HSL color Cylindrical-coordinate representation of color #A3095C: hue angle of 327.66º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3095C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB163992-
CMYK00.940.440.36
HSL327.66º89.53%33.73%-
HSV(B)327.66º94.48%63.92%-
XYZ17.138.7510.91-
YUV64.51143.52198.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=61.74%
G=3.41%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16399200.940.440.36327.6689.5333.73
HexA395C05E2C241485a22
Octal243111340136544451013242
Binary1010001110011011100010111101011001001001010010001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3095C; }

 p { color: rgb(163,9,92); }

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

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

 a { background-color: rgb(163,9,92); }

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

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

 span { border-color: rgb(163,9,92); }

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