#A71C66

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

Shades of Jazzberry Jam #A71C66

Tints of Jazzberry Jam #A71C66

Color information

#A71C66 (or 0xA71C66) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1C and 66. RGB value is (167,28,102). Sum of RGB (Red+Green+Blue) = 167+28+102=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C66 is #58E399. Grayscale: #4D4D4D. Windows color (decimal): -5825434 or 6692007. OLE color: 6692007.

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

Color convert

RGB16728102-
CMYK00.830.390.35
HSL328.06º71.28%38.24%-
HSV(B)328.06º83.23%65.49%-
XYZ18.7510.0113.51-
YUV78141.55191.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=56.23%
G=9.43%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672810200.830.390.35328.0671.2838.24
HexA71C6605327231484726
Octal247341460123474351010746
Binary10100111111001100110010100111001111000111010010001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71C66; }

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

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

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

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

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

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

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

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