#AD1E57

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

Shades of Jazzberry Jam #AD1E57

Tints of Jazzberry Jam #AD1E57

Color information

#AD1E57 (or 0xAD1E57) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1E and 57. RGB value is (173,30,87). Sum of RGB (Red+Green+Blue) = 173+30+87=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E57 is #52E1A8. Grayscale: #4F4F4F. Windows color (decimal): -5431721 or 5709485. OLE color: 5709485.

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

Color convert

RGB1733087-
CMYK00.830.500.32
HSL336.08º70.44%39.8%-
HSV(B)336.08º82.66%67.84%-
XYZ19.4210.510.02-
YUV79.26132.38194.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 87 (34.38% from 255) = 30%
R=59.66%
G=10.34%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173308700.830.500.32336.0870.4439.8
HexAD1E5705332201504628
Octal255361270123624052010650
Binary10101101111101010111010100111100101000001010100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E57; }

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

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

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

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

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

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

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

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