#A71266

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

Shades of Jazzberry Jam #A71266

Tints of Jazzberry Jam #A71266

Color information

#A71266 (or 0xA71266) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 12 and 66. RGB value is (167,18,102). Sum of RGB (Red+Green+Blue) = 167+18+102=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71266 is #58ED99. Grayscale: #474747. Windows color (decimal): -5827994 or 6689447. OLE color: 6689447.

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

Color convert

RGB16718102-
CMYK00.890.390.35
HSL326.17º80.54%36.27%-
HSV(B)326.17º89.22%65.49%-
XYZ18.559.6113.45-
YUV72.13144.86195.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=58.19%
G=6.27%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671810200.890.390.35326.1780.5436.27
HexA7126605927231465124
Octal247221460131474350612144
Binary10100111100101100110010110011001111000111010001101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71266; }

 p { color: rgb(167,18,102); }

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

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

 a { background-color: rgb(167,18,102); }

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

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

 span { border-color: rgb(167,18,102); }

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