#A70F6F

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

Shades of Jazzberry Jam #A70F6F

Tints of Jazzberry Jam #A70F6F

Color information

#A70F6F (or 0xA70F6F) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 0F and 6F. RGB value is (167,15,111). Sum of RGB (Red+Green+Blue) = 167+15+111=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70F6F is #58F090. Grayscale: #474747. Windows color (decimal): -5828753 or 7278503. OLE color: 7278503.

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

Color convert

RGB16715111-
CMYK00.910.340.35
HSL322.11º83.52%35.69%-
HSV(B)322.11º91.02%65.49%-
XYZ18.989.715.91-
YUV71.39150.36196.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=57.00%
G=5.12%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671511100.910.340.35322.1183.5235.69
HexA7F6F05B22231425424
Octal247171570133424350212444
Binary1010011111111101111010110111000101000111010000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F6F; }

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

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

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

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

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

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

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

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