#A30963

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

Shades of Jazzberry Jam #A30963

Tints of Jazzberry Jam #A30963

Color information

#A30963 (or 0xA30963) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 09 and 63. RGB value is (163,9,99). Sum of RGB (Red+Green+Blue) = 163+9+99=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A30963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30963 is #5CF69C. Grayscale: #414141. Windows color (decimal): -6092445 or 6490531. OLE color: 6490531.

HSL color Cylindrical-coordinate representation of color #A30963: hue angle of 324.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30963 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB163999-
CMYK00.940.390.36
HSL324.94º89.53%33.73%-
HSV(B)324.94º94.48%63.92%-
XYZ17.458.8812.6-
YUV65.31147.02197.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=60.15%
G=3.32%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16399900.940.390.36324.9489.5333.73
HexA396305E27241455a22
Octal243111430136474450513242
Binary1010001110011100011010111101001111001001010001011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30963; }

 p { color: rgb(163,9,99); }

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

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

 a { background-color: rgb(163,9,99); }

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

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

 span { border-color: rgb(163,9,99); }

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