#AD1272

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

Shades of Jazzberry Jam #AD1272

Tints of Jazzberry Jam #AD1272

Color information

#AD1272 (or 0xAD1272) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 12 and 72. RGB value is (173,18,114). Sum of RGB (Red+Green+Blue) = 173+18+114=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1272 is #52ED8D. Grayscale: #4B4B4B. Windows color (decimal): -5434766 or 7475885. OLE color: 7475885.

HSL color Cylindrical-coordinate representation of color #AD1272: hue angle of 322.84º 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 #AD1272 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17318114-
CMYK00.900.340.32
HSL322.84º81.15%37.45%-
HSV(B)322.84º89.6%67.84%-
XYZ20.4910.5316.87-
YUV75.29149.85197.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=56.72%
G=5.90%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731811400.900.340.32322.8481.1537.45
HexAD127205A22201435125
Octal255221620132424050312145
Binary10101101100101110010010110101000101000001010000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1272; }

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

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

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

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

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

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

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

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