#A70869

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

Shades of Jazzberry Jam #A70869

Tints of Jazzberry Jam #A70869

Color information

#A70869 (or 0xA70869) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 08 and 69. RGB value is (167,8,105). Sum of RGB (Red+Green+Blue) = 167+8+105=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A70869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70869 is #58F796. Grayscale: #424242. Windows color (decimal): -5830551 or 6883495. OLE color: 6883495.

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

Color convert

RGB1678105-
CMYK00.950.370.35
HSL323.4º90.86%34.31%-
HSV(B)323.4º95.21%65.49%-
XYZ18.579.4114.2-
YUV66.6149.68199.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=59.64%
G=2.86%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167810500.950.370.35323.490.8634.31
HexA786905F25231435b22
Octal247101510137454350313342
Binary1010011110001101001010111111001011000111010000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70869; }

 p { color: rgb(167,8,105); }

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

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

 a { background-color: rgb(167,8,105); }

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

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

 span { border-color: rgb(167,8,105); }

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