#ad0c71

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

Shades of Jazzberry Jam #AD0C71

Tints of Jazzberry Jam #AD0C71

Color information

#AD0C71 (or 0xAD0C71) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 0C and 71. RGB value is (173,12,113). Sum of RGB (Red+Green+Blue) = 173+12+113=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C71 is #52F38E. Grayscale: #474747. Windows color (decimal): -5436303 or 7408813. OLE color: 7408813.

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

Color convert

RGB17312113-
CMYK00.930.350.32
HSL322.36º87.03%36.27%-
HSV(B)322.36º93.06%67.84%-
XYZ20.3510.3416.55-
YUV71.65151.34200.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.05%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=58.05%
G=4.03%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731211300.930.350.32322.3687.0336.27
HexADC7105D23201425724
Octal255141610135434050212744
Binary1010110111001110001010111011000111000001010000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad0c71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad0c71; }

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

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

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

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

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

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

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

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