#AD1971

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

Shades of Jazzberry Jam #AD1971

Tints of Jazzberry Jam #AD1971

Color information

#AD1971 (or 0xAD1971) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 19 and 71. RGB value is (173,25,113). Sum of RGB (Red+Green+Blue) = 173+25+113=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1971 is #52E68E. Grayscale: #4F4F4F. Windows color (decimal): -5432975 or 7412141. OLE color: 7412141.

HSL color Cylindrical-coordinate representation of color #AD1971: hue angle of 324.32º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1971 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17325113-
CMYK00.860.350.32
HSL324.32º74.75%38.82%-
HSV(B)324.32º85.55%67.84%-
XYZ20.5610.7716.62-
YUV79.28147.03194.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=55.63%
G=8.04%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732511300.860.350.32324.3274.7538.82
HexAD197105623201444b27
Octal255311610126434050411347
Binary10101101110011110001010101101000111000001010001001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1971; }

 p { color: rgb(173,25,113); }

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

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

 a { background-color: rgb(173,25,113); }

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

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

 span { border-color: rgb(173,25,113); }

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