#A70566

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

Shades of Jazzberry Jam #A70566

Tints of Jazzberry Jam #A70566

Color information

#A70566 (or 0xA70566) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 05 and 66. RGB value is (167,5,102). Sum of RGB (Red+Green+Blue) = 167+5+102=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A70566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70566 is #58FA99. Grayscale: #404040. Windows color (decimal): -5831322 or 6686119. OLE color: 6686119.

HSL color Cylindrical-coordinate representation of color #A70566: hue angle of 324.07º 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 #A70566 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB1675102-
CMYK00.970.390.35
HSL324.07º94.19%33.73%-
HSV(B)324.07º97.01%65.49%-
XYZ18.399.2813.39-
YUV64.5149.17201.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.95%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=60.95%
G=1.82%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167510200.970.390.35324.0794.1933.73
HexA756606127231445e22
Octal24751460141474350413642
Binary101001111011100110011000011001111000111010001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70566; }

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

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

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

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

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

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

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

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