#AD085D

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

Shades of Jazzberry Jam #AD085D

Tints of Jazzberry Jam #AD085D

Color information

#AD085D (or 0xAD085D) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 5D. RGB value is (173,8,93). Sum of RGB (Red+Green+Blue) = 173+8+93=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085D is #52F7A2. Grayscale: #424242. Windows color (decimal): -5437347 or 6097069. OLE color: 6097069.

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

Color convert

RGB173893-
CMYK00.950.460.32
HSL329.09º91.16%35.49%-
HSV(B)329.09º95.38%67.84%-
XYZ19.39.8511.24-
YUV67.02142.66203.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.14%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=63.14%
G=2.92%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17389300.950.460.32329.0991.1635.49
HexAD85D05F2E201495b23
Octal255101350137564051113343
Binary1010110110001011101010111111011101000001010010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD085D; }

 p { color: rgb(173,8,93); }

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

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

 a { background-color: rgb(173,8,93); }

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

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

 span { border-color: rgb(173,8,93); }

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