#AD0857

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

Shades of Jazzberry Jam #AD0857

Tints of Jazzberry Jam #AD0857

Color information

#AD0857 (or 0xAD0857) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 57. RGB value is (173,8,87). Sum of RGB (Red+Green+Blue) = 173+8+87=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0857 is #52F7A8. Grayscale: #424242. Windows color (decimal): -5437353 or 5703853. OLE color: 5703853.

HSL color Cylindrical-coordinate representation of color #AD0857: hue angle of 331.27º 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 #AD0857 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB173887-
CMYK00.950.500.32
HSL331.27º91.16%35.49%-
HSV(B)331.27º95.38%67.84%-
XYZ19.049.759.89-
YUV66.34139.66204.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 8 (3.52% from 255) = 2.99%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=64.55%
G=2.99%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17388700.950.500.32331.2791.1635.49
HexAD85705F322014b5b23
Octal255101270137624051313343
Binary1010110110001010111010111111100101000001010010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0857; }

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

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

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

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

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

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

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

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