#AD1173

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

Shades of Jazzberry Jam #AD1173

Tints of Jazzberry Jam #AD1173

Color information

#AD1173 (or 0xAD1173) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 11 and 73. RGB value is (173,17,115). Sum of RGB (Red+Green+Blue) = 173+17+115=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1173 is #52EE8C. Grayscale: #4A4A4A. Windows color (decimal): -5435021 or 7541165. OLE color: 7541165.

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

Color convert

RGB17317115-
CMYK00.900.340.32
HSL322.31º82.11%37.25%-
HSV(B)322.31º90.17%67.84%-
XYZ20.5310.5217.17-
YUV74.82150.68198.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=56.72%
G=5.57%
B=37.70%

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
Decimal1731711500.900.340.32322.3182.1137.25
HexAD117305A22201425225
Octal255211630132424050212245
Binary10101101100011110011010110101000101000001010000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1173; }

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

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

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

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

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

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

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

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