#A80C50

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

Shades of Jazzberry Jam #A80C50

Tints of Jazzberry Jam #A80C50

Color information

#A80C50 (or 0xA80C50) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0C and 50. RGB value is (168,12,80). Sum of RGB (Red+Green+Blue) = 168+12+80=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C50 is #57F3AF. Grayscale: #424242. Windows color (decimal): -5764016 or 5246120. OLE color: 5246120.

HSL color Cylindrical-coordinate representation of color #A80C50: hue angle of 333.85º degrees, saturation: 0.87, 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 #A80C50 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB1681280-
CMYK00.930.520.34
HSL333.85º86.67%35.29%-
HSV(B)333.85º92.86%65.88%-
XYZ17.739.178.42-
YUV66.4135.68200.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=64.62%
G=4.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168128000.930.520.34333.8586.6735.29
HexA8C5005D342214e5723
Octal250141200135644251612743
Binary1010100011001010000010111011101001000101010011101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C50; }

 p { color: rgb(168,12,80); }

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

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

 a { background-color: rgb(168,12,80); }

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

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

 span { border-color: rgb(168,12,80); }

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