#A30859

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

Shades of Jazzberry Jam #A30859

Tints of Jazzberry Jam #A30859

Color information

#A30859 (or 0xA30859) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 59. RGB value is (163,8,89). Sum of RGB (Red+Green+Blue) = 163+8+89=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A30859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30859 is #5CF7A6. Grayscale: #3F3F3F. Windows color (decimal): -6092711 or 5834915. OLE color: 5834915.

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

Color convert

RGB163889-
CMYK00.950.450.36
HSL328.65º90.64%33.53%-
HSV(B)328.65º95.09%63.92%-
XYZ16.998.6810.23-
YUV63.58142.35198.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 8 (3.52% from 255) = 3.08%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=62.69%
G=3.08%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16388900.950.450.36328.6590.6433.53
HexA385905F2D241495b22
Octal243101310137554451113342
Binary1010001110001011001010111111011011001001010010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30859; }

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

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

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

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

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

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

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

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