#A70463

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

Shades of Jazzberry Jam #A70463

Tints of Jazzberry Jam #A70463

Color information

#A70463 (or 0xA70463) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 63. RGB value is (167,4,99). Sum of RGB (Red+Green+Blue) = 167+4+99=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A70463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70463 is #58FB9C. Grayscale: #3F3F3F. Windows color (decimal): -5831581 or 6489255. OLE color: 6489255.

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

Color convert

RGB167499-
CMYK00.980.410.35
HSL325.03º95.32%33.53%-
HSV(B)325.03º97.6%65.49%-
XYZ18.239.212.62-
YUV63.57148201.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=61.85%
G=1.48%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16749900.980.410.35325.0395.3233.53
HexA746306229231455f22
Octal24741430142514350513742
Binary101001111001100011011000101010011000111010001011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70463; }

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

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

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

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

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

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

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

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