#A81871

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

Shades of Jazzberry Jam #A81871

Tints of Jazzberry Jam #A81871

Color information

#A81871 (or 0xA81871) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 18 and 71. RGB value is (168,24,113). Sum of RGB (Red+Green+Blue) = 168+24+113=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81871 is #57E78E. Grayscale: #4C4C4C. Windows color (decimal): -5760911 or 7411880. OLE color: 7411880.

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

Color convert

RGB16824113-
CMYK00.860.330.34
HSL322.92º75%37.65%-
HSV(B)322.92º85.71%65.88%-
XYZ19.4610.1716.56-
YUV77.2148.21192.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=55.08%
G=7.87%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682411300.860.330.34322.927537.65
HexA8187105621221434b26
Octal250301610126414250311346
Binary10101000110001110001010101101000011000101010000111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81871; }

 p { color: rgb(168,24,113); }

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

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

 a { background-color: rgb(168,24,113); }

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

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

 span { border-color: rgb(168,24,113); }

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