#A30059

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

Shades of Jazzberry Jam #A30059

Tints of Jazzberry Jam #A30059

Color information

#A30059 (or 0xA30059) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 59. RGB value is (163,0,89). Sum of RGB (Red+Green+Blue) = 163+0+89=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30059 is #5CFFA6. Grayscale: #3A3A3A. Windows color (decimal): -6094759 or 5832867. OLE color: 5832867.

HSL color Cylindrical-coordinate representation of color #A30059: hue angle of 327.24º 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 #A30059 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB163089-
CMYK010.450.36
HSL327.24º100%31.96%-
HSV(B)327.24º100%63.92%-
XYZ16.918.5110.2-
YUV58.88145202.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=64.68%
G=0%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163089010.450.36327.2410031.96
HexA30590642D241476420
Octal24301310144554450714440
Binary1010001101011001011001001011011001001010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30059; }

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

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

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

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

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

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

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

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