#A30860

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

Shades of Jazzberry Jam #A30860

Tints of Jazzberry Jam #A30860

Color information

#A30860 (or 0xA30860) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 60. RGB value is (163,8,96). Sum of RGB (Red+Green+Blue) = 163+8+96=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30860 is #5CF79F. Grayscale: #404040. Windows color (decimal): -6092704 or 6293667. OLE color: 6293667.

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

Color convert

RGB163896-
CMYK00.950.410.36
HSL325.94º90.64%33.53%-
HSV(B)325.94º95.09%63.92%-
XYZ17.38.811.85-
YUV64.38145.85198.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 8 (3.52% from 255) = 3.00%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=61.05%
G=3.00%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16389600.950.410.36325.9490.6433.53
HexA386005F29241465b22
Octal243101400137514450613342
Binary1010001110001100000010111111010011001001010001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30860; }

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

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

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

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

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

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

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

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