#A30E60

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

Shades of Jazzberry Jam #A30E60

Tints of Jazzberry Jam #A30E60

Color information

#A30E60 (or 0xA30E60) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0E and 60. RGB value is (163,14,96). Sum of RGB (Red+Green+Blue) = 163+14+96=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E60 is #5CF19F. Grayscale: #434343. Windows color (decimal): -6091168 or 6295203. OLE color: 6295203.

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

Color convert

RGB1631496-
CMYK00.910.410.36
HSL326.98º84.18%34.71%-
HSV(B)326.98º91.41%63.92%-
XYZ17.378.9511.88-
YUV67.9143.86195.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=59.71%
G=5.13%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163149600.910.410.36326.9884.1834.71
HexA3E6005B29241475423
Octal243161400133514450712443
Binary1010001111101100000010110111010011001001010001111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E60; }

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

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

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

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

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

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

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

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