#AD1057

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

Shades of Jazzberry Jam #AD1057

Tints of Jazzberry Jam #AD1057

Color information

#AD1057 (or 0xAD1057) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 10 and 57. RGB value is (173,16,87). Sum of RGB (Red+Green+Blue) = 173+16+87=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1057 is #52EFA8. Grayscale: #464646. Windows color (decimal): -5435305 or 5705901. OLE color: 5705901.

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

Color convert

RGB1731687-
CMYK00.910.500.32
HSL332.87º83.07%37.06%-
HSV(B)332.87º90.75%67.84%-
XYZ19.149.949.93-
YUV71.04137.01200.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.68%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=62.68%
G=5.80%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173168700.910.500.32332.8783.0737.06
HexAD105705B322014d5325
Octal255201270133624051512345
Binary10101101100001010111010110111100101000001010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1057; }

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

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

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

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

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

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

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

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