#A70F6B

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

Shades of Jazzberry Jam #A70F6B

Tints of Jazzberry Jam #A70F6B

Color information

#A70F6B (or 0xA70F6B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0F and 6B. RGB value is (167,15,107). Sum of RGB (Red+Green+Blue) = 167+15+107=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70F6B is #58F094. Grayscale: #464646. Windows color (decimal): -5828757 or 7016359. OLE color: 7016359.

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

Color convert

RGB16715107-
CMYK00.910.360.35
HSL323.68º83.52%35.69%-
HSV(B)323.68º91.02%65.49%-
XYZ18.769.6214.78-
YUV70.94148.36196.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.79%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=57.79%
G=5.19%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671510700.910.360.35323.6883.5235.69
HexA7F6B05B24231445424
Octal247171530133444350412444
Binary1010011111111101011010110111001001000111010001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F6B; }

 p { color: rgb(167,15,107); }

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

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

 a { background-color: rgb(167,15,107); }

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

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

 span { border-color: rgb(167,15,107); }

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