#A3005D

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

Shades of Jazzberry Jam #A3005D

Tints of Jazzberry Jam #A3005D

Color information

#A3005D (or 0xA3005D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 5D. RGB value is (163,0,93). Sum of RGB (Red+Green+Blue) = 163+0+93=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3005D is #5CFFA2. Grayscale: #3B3B3B. Windows color (decimal): -6094755 or 6095011. OLE color: 6095011.

HSL color Cylindrical-coordinate representation of color #A3005D: hue angle of 325.77º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3005D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB163093-
CMYK010.430.36
HSL325.77º100%31.96%-
HSV(B)325.77º100%63.92%-
XYZ17.088.5811.11-
YUV59.34147201.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=63.67%
G=0%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163093010.430.36325.7710031.96
HexA305D0642B241466420
Octal24301350144534450614440
Binary1010001101011101011001001010111001001010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3005D; }

 p { color: rgb(163,0,93); }

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

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

 a { background-color: rgb(163,0,93); }

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

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

 span { border-color: rgb(163,0,93); }

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