#A70455

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

Shades of Jazzberry Jam #A70455

Tints of Jazzberry Jam #A70455

Color information

#A70455 (or 0xA70455) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 04 and 55. RGB value is (167,4,85). Sum of RGB (Red+Green+Blue) = 167+4+85=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A70455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70455 is #58FBAA. Grayscale: #3D3D3D. Windows color (decimal): -5831595 or 5571751. OLE color: 5571751.

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

Color convert

RGB167485-
CMYK00.980.490.35
HSL330.18º95.32%33.53%-
HSV(B)330.18º97.6%65.49%-
XYZ17.628.969.39-
YUV61.97141202.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.23%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=65.23%
G=1.56%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16748500.980.490.35330.1895.3233.53
HexA7455062312314a5f22
Octal24741250142614351213742
Binary101001111001010101011000101100011000111010010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70455; }

 p { color: rgb(167,4,85); }

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

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

 a { background-color: rgb(167,4,85); }

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

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

 span { border-color: rgb(167,4,85); }

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