#AD056F

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

Shades of Jazzberry Jam #AD056F

Tints of Jazzberry Jam #AD056F

Color information

#AD056F (or 0xAD056F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 05 and 6F. RGB value is (173,5,111). Sum of RGB (Red+Green+Blue) = 173+5+111=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056F is #52FA90. Grayscale: #434343. Windows color (decimal): -5438097 or 7275949. OLE color: 7275949.

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

Color convert

RGB1735111-
CMYK00.970.360.32
HSL322.14º94.38%34.9%-
HSV(B)322.14º97.11%67.84%-
XYZ20.1610.1415.93-
YUV67.32152.66203.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=59.86%
G=1.73%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173511100.970.360.32322.1494.3834.9
HexAD56F06124201425e23
Octal25551570141444050213643
Binary101011011011101111011000011001001000001010000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD056F; }

 p { color: rgb(173,5,111); }

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

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

 a { background-color: rgb(173,5,111); }

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

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

 span { border-color: rgb(173,5,111); }

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