#A70963

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

Shades of Jazzberry Jam #A70963

Tints of Jazzberry Jam #A70963

Color information

#A70963 (or 0xA70963) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 09 and 63. RGB value is (167,9,99). Sum of RGB (Red+Green+Blue) = 167+9+99=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A70963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70963 is #58F69C. Grayscale: #424242. Windows color (decimal): -5830301 or 6490535. OLE color: 6490535.

HSL color Cylindrical-coordinate representation of color #A70963: hue angle of 325.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70963 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB167999-
CMYK00.950.410.35
HSL325.82º89.77%34.51%-
HSV(B)325.82º94.61%65.49%-
XYZ18.299.3112.64-
YUV66.5146.35199.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 99 (39.06% from 255) = 36%
R=60.73%
G=3.27%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16799900.950.410.35325.8289.7734.51
HexA796305F29231465a23
Octal247111430137514350613243
Binary1010011110011100011010111111010011000111010001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70963; }

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

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

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

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

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

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

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

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