#A7205D

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

Shades of Jazzberry Jam #A7205D

Tints of Jazzberry Jam #A7205D

Color information

#A7205D (or 0xA7205D) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 20 and 5D. RGB value is (167,32,93). Sum of RGB (Red+Green+Blue) = 167+32+93=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A7205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7205D is #58DFA2. Grayscale: #4F4F4F. Windows color (decimal): -5824419 or 6103207. OLE color: 6103207.

HSL color Cylindrical-coordinate representation of color #A7205D: hue angle of 332.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7205D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1673293-
CMYK00.810.440.35
HSL332.89º67.84%39.02%-
HSV(B)332.89º80.84%65.49%-
XYZ18.4310.0411.32-
YUV79.32135.73190.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.19%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=57.19%
G=10.96%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167329300.810.440.35332.8967.8439.02
HexA7205D0512C2314d4427
Octal247401350121544351510447
Binary101001111000001011101010100011011001000111010011011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7205D; }

 p { color: rgb(167,32,93); }

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

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

 a { background-color: rgb(167,32,93); }

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

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

 span { border-color: rgb(167,32,93); }

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