#A3085E

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

Shades of Jazzberry Jam #A3085E

Tints of Jazzberry Jam #A3085E

Color information

#A3085E (or 0xA3085E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 5E. RGB value is (163,8,94). Sum of RGB (Red+Green+Blue) = 163+8+94=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085E is #5CF7A1. Grayscale: #3F3F3F. Windows color (decimal): -6092706 or 6162595. OLE color: 6162595.

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

Color convert

RGB163894-
CMYK00.950.420.36
HSL326.71º90.64%33.53%-
HSV(B)326.71º95.09%63.92%-
XYZ17.218.7711.37-
YUV64.15144.85198.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=61.51%
G=3.02%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16389400.950.420.36326.7190.6433.53
HexA385E05F2A241475b22
Octal243101360137524450713342
Binary1010001110001011110010111111010101001001010001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3085E; }

 p { color: rgb(163,8,94); }

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

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

 a { background-color: rgb(163,8,94); }

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

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

 span { border-color: rgb(163,8,94); }

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