#AD1072

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

Shades of Jazzberry Jam #AD1072

Tints of Jazzberry Jam #AD1072

Color information

#AD1072 (or 0xAD1072) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 72. RGB value is (173,16,114). Sum of RGB (Red+Green+Blue) = 173+16+114=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1072 is #52EF8D. Grayscale: #494949. Windows color (decimal): -5435278 or 7475373. OLE color: 7475373.

HSL color Cylindrical-coordinate representation of color #AD1072: hue angle of 322.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1072 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17316114-
CMYK00.910.340.32
HSL322.55º83.07%37.06%-
HSV(B)322.55º90.75%67.84%-
XYZ20.4610.4716.86-
YUV74.11150.51198.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=57.10%
G=5.28%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731611400.910.340.32322.5583.0737.06
HexAD107205B22201435325
Octal255201620133424050312345
Binary10101101100001110010010110111000101000001010000111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1072; }

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

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

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

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

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

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

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

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