#AD1A60

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

Shades of Jazzberry Jam #AD1A60

Tints of Jazzberry Jam #AD1A60

Color information

#AD1A60 (or 0xAD1A60) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 1A and 60. RGB value is (173,26,96). Sum of RGB (Red+Green+Blue) = 173+26+96=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A60 is #52E59F. Grayscale: #4D4D4D. Windows color (decimal): -5432736 or 6298285. OLE color: 6298285.

HSL color Cylindrical-coordinate representation of color #AD1A60: hue angle of 331.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A60 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1732696-
CMYK00.850.450.32
HSL331.43º73.87%39.02%-
HSV(B)331.43º84.97%67.84%-
XYZ19.7110.4712.05-
YUV77.93138.2195.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=58.64%
G=8.81%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173269600.850.450.32331.4373.8739.02
HexAD1A600552D2014b4a27
Octal255321400125554051311247
Binary10101101110101100000010101011011011000001010010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A60; }

 p { color: rgb(173,26,96); }

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

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

 a { background-color: rgb(173,26,96); }

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

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

 span { border-color: rgb(173,26,96); }

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