#A80D67

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

Shades of Jazzberry Jam #A80D67

Tints of Jazzberry Jam #A80D67

Color information

#A80D67 (or 0xA80D67) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0D and 67. RGB value is (168,13,103). Sum of RGB (Red+Green+Blue) = 168+13+103=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D67 is #57F298. Grayscale: #454545. Windows color (decimal): -5763737 or 6753704. OLE color: 6753704.

HSL color Cylindrical-coordinate representation of color #A80D67: hue angle of 325.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D67 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16813103-
CMYK00.920.390.34
HSL325.16º85.64%35.49%-
HSV(B)325.16º92.26%65.88%-
XYZ18.749.5913.7-
YUV69.6146.85198.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.15%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=59.15%
G=4.58%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681310300.920.390.34325.1685.6435.49
HexA8D6705C27221455623
Octal250151470134474250512643
Binary1010100011011100111010111001001111000101010001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D67; }

 p { color: rgb(168,13,103); }

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

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

 a { background-color: rgb(168,13,103); }

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

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

 span { border-color: rgb(168,13,103); }

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