#AD1271

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

Shades of Jazzberry Jam #AD1271

Tints of Jazzberry Jam #AD1271

Color information

#AD1271 (or 0xAD1271) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 12 and 71. RGB value is (173,18,113). Sum of RGB (Red+Green+Blue) = 173+18+113=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1271 is #52ED8E. Grayscale: #4A4A4A. Windows color (decimal): -5434767 or 7410349. OLE color: 7410349.

HSL color Cylindrical-coordinate representation of color #AD1271: hue angle of 323.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1271 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17318113-
CMYK00.900.350.32
HSL323.23º81.15%37.45%-
HSV(B)323.23º89.6%67.84%-
XYZ20.4310.5116.57-
YUV75.18149.35197.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=56.91%
G=5.92%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731811300.900.350.32323.2381.1537.45
HexAD127105A23201435125
Octal255221610132434050312145
Binary10101101100101110001010110101000111000001010000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1271; }

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

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

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

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

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

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

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

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