#AD1370

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

Shades of Jazzberry Jam #AD1370

Tints of Jazzberry Jam #AD1370

Color information

#AD1370 (or 0xAD1370) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 13 and 70. RGB value is (173,19,112). Sum of RGB (Red+Green+Blue) = 173+19+112=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1370 is #52EC8F. Grayscale: #4B4B4B. Windows color (decimal): -5434512 or 7345069. OLE color: 7345069.

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

Color convert

RGB17319112-
CMYK00.890.350.32
HSL323.77º80.21%37.65%-
HSV(B)323.77º89.02%67.84%-
XYZ20.3910.5216.29-
YUV75.65148.52197.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 19 (7.81% from 255) = 6.25%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=56.91%
G=6.25%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731911200.890.350.32323.7780.2137.65
HexAD137005923201445026
Octal255231600131434050412046
Binary10101101100111110000010110011000111000001010001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1370; }

 p { color: rgb(173,19,112); }

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

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

 a { background-color: rgb(173,19,112); }

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

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

 span { border-color: rgb(173,19,112); }

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