#AD116E

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

Shades of Jazzberry Jam #AD116E

Tints of Jazzberry Jam #AD116E

Color information

#AD116E (or 0xAD116E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 11 and 6E. RGB value is (173,17,110). Sum of RGB (Red+Green+Blue) = 173+17+110=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116E is #52EE91. Grayscale: #4A4A4A. Windows color (decimal): -5435026 or 7213485. OLE color: 7213485.

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

Color convert

RGB17317110-
CMYK00.900.360.32
HSL324.23º82.11%37.25%-
HSV(B)324.23º90.17%67.84%-
XYZ20.2510.4115.69-
YUV74.25148.18198.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=57.67%
G=5.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731711000.900.360.32324.2382.1137.25
HexAD116E05A24201445225
Octal255211560132444050412245
Binary10101101100011101110010110101001001000001010001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD116E; }

 p { color: rgb(173,17,110); }

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

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

 a { background-color: rgb(173,17,110); }

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

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

 span { border-color: rgb(173,17,110); }

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