#A8055D

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

Shades of Jazzberry Jam #A8055D

Tints of Jazzberry Jam #A8055D

Color information

#A8055D (or 0xA8055D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 05 and 5D. RGB value is (168,5,93). Sum of RGB (Red+Green+Blue) = 168+5+93=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8055D is #57FAA2. Grayscale: #3F3F3F. Windows color (decimal): -5765795 or 6096296. OLE color: 6096296.

HSL color Cylindrical-coordinate representation of color #A8055D: hue angle of 327.61º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8055D is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB168593-
CMYK00.970.450.34
HSL327.61º94.22%33.92%-
HSV(B)327.61º97.02%65.88%-
XYZ18.189.2211.18-
YUV63.77144.5202.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=63.16%
G=1.88%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16859300.970.450.34327.6194.2233.92
HexA855D0612D221485e22
Octal25051350141554251013642
Binary101010001011011101011000011011011000101010010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8055D; }

 p { color: rgb(168,5,93); }

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

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

 a { background-color: rgb(168,5,93); }

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

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

 span { border-color: rgb(168,5,93); }

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