#A70562

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

Shades of Jazzberry Jam #A70562

Tints of Jazzberry Jam #A70562

Color information

#A70562 (or 0xA70562) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 05 and 62. RGB value is (167,5,98). Sum of RGB (Red+Green+Blue) = 167+5+98=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A70562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70562 is #58FA9D. Grayscale: #3F3F3F. Windows color (decimal): -5831326 or 6423975. OLE color: 6423975.

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

Color convert

RGB167598-
CMYK00.970.410.35
HSL325.56º94.19%33.73%-
HSV(B)325.56º97.01%65.49%-
XYZ18.29.2112.37-
YUV64.04147.17201.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.85%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=61.85%
G=1.85%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16759800.970.410.35325.5694.1933.73
HexA756206129231465e22
Octal24751420141514350613642
Binary101001111011100010011000011010011000111010001101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70562; }

 p { color: rgb(167,5,98); }

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

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

 a { background-color: rgb(167,5,98); }

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

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

 span { border-color: rgb(167,5,98); }

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