#A80B6E

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

Shades of Jazzberry Jam #A80B6E

Tints of Jazzberry Jam #A80B6E

Color information

#A80B6E (or 0xA80B6E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0B and 6E. RGB value is (168,11,110). Sum of RGB (Red+Green+Blue) = 168+11+110=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B6E is #57F491. Grayscale: #444444. Windows color (decimal): -5764242 or 7211944. OLE color: 7211944.

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

Color convert

RGB16811110-
CMYK00.930.350.34
HSL322.17º87.71%35.1%-
HSV(B)322.17º93.45%65.88%-
XYZ19.089.6915.62-
YUV69.23151.01198.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.13%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=58.13%
G=3.81%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681111000.930.350.34322.1787.7135.1
HexA8B6E05D23221425823
Octal250131560135434250213043
Binary1010100010111101110010111011000111000101010000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B6E; }

 p { color: rgb(168,11,110); }

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

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

 a { background-color: rgb(168,11,110); }

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

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

 span { border-color: rgb(168,11,110); }

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