#a70958

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

Shades of Jazzberry Jam #A70958

Tints of Jazzberry Jam #A70958

Color information

#A70958 (or 0xA70958) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 09 and 58. RGB value is (167,9,88). Sum of RGB (Red+Green+Blue) = 167+9+88=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A70958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70958 is #58F6A7. Grayscale: #414141. Windows color (decimal): -5830312 or 5769639. OLE color: 5769639.

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

Color convert

RGB167988-
CMYK00.950.470.35
HSL330º89.77%34.51%-
HSV(B)330º94.61%65.49%-
XYZ17.89.1210.05-
YUV65.25140.85200.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.26%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=63.26%
G=3.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16798800.950.470.3533089.7734.51
HexA795805F2F2314a5a23
Octal247111300137574351213243
Binary1010011110011011000010111111011111000111010010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70958; }

 p { color: rgb(167,9,88); }

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

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

 a { background-color: rgb(167,9,88); }

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

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

 span { border-color: rgb(167,9,88); }

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