#A61471

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

Shades of Jazzberry Jam #A61471

Tints of Jazzberry Jam #A61471

Color information

#A61471 (or 0xA61471) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 14 and 71. RGB value is (166,20,113). Sum of RGB (Red+Green+Blue) = 166+20+113=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A61471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61471 is #59EB8E. Grayscale: #4A4A4A. Windows color (decimal): -5893007 or 7410854. OLE color: 7410854.

HSL color Cylindrical-coordinate representation of color #A61471: hue angle of 321.78º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61471 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16620113-
CMYK00.880.320.35
HSL321.78º78.49%36.47%-
HSV(B)321.78º87.95%65.1%-
XYZ18.969.816.52-
YUV74.26149.87193.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 20 (8.20% from 255) = 6.69%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=55.52%
G=6.69%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662011300.880.320.35321.7878.4936.47
HexA6147105820231424e24
Octal246241610130404350211644
Binary10100110101001110001010110001000001000111010000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61471; }

 p { color: rgb(166,20,113); }

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

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

 a { background-color: rgb(166,20,113); }

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

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

 span { border-color: rgb(166,20,113); }

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