#A81C60

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

Shades of Jazzberry Jam #A81C60

Tints of Jazzberry Jam #A81C60

Color information

#A81C60 (or 0xA81C60) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1C and 60. RGB value is (168,28,96). Sum of RGB (Red+Green+Blue) = 168+28+96=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C60 is #57E39F. Grayscale: #4D4D4D. Windows color (decimal): -5759904 or 6298792. OLE color: 6298792.

HSL color Cylindrical-coordinate representation of color #A81C60: hue angle of 330.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C60 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1682896-
CMYK00.830.430.34
HSL330.86º71.43%38.43%-
HSV(B)330.86º83.33%65.88%-
XYZ18.681012.01-
YUV77.61138.38192.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 28 (11.33% from 255) = 9.59%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=57.53%
G=9.59%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168289600.830.430.34330.8671.4338.43
HexA81C600532B2214b4726
Octal250341400123534251310746
Binary10101000111001100000010100111010111000101010010111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C60; }

 p { color: rgb(168,28,96); }

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

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

 a { background-color: rgb(168,28,96); }

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

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

 span { border-color: rgb(168,28,96); }

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