Html Css Color HEX #AD0560 Jazzberry Jam

📋 copy color: '#AD0560'

red 173 ◦ green 5 ◦ blue 96

#AD0560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD0560

Tints of Jazzberry Jam #AD0560

RGB

 RED value IS 173 (67.97% from 255) = 63.14%

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 63.14%
G = 1.82%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0560 (or 0xAD0560) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 60. RGB value is (173,5,96). Sum of RGB (Red+Green+Blue) = 173+5+96=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0560 is #52FA9F. Grayscale: #414141. Windows color (decimal): -5438112 or 6292909. OLE color: 6292909.

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

Color convert

RGB 173 5 96 -
CMYK 0 0.97 0.45 0.32
HSL 327.5º 0.94% 0.35% -
HSV(B) 327.5º 0.97% 0.68% -
XYZ 19.4 9.84 11.94 -
YUV 65.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 173 5 96 0 0.97 0.45 0.32 327.5 0.94 0.35
Hex AD 5 60 0 61 2D 20 148 5E 23
Octal 255 5 140 0 141 55 40 510 136 43
Binary 10101101 101 1100000 0 1100001 101101 100000 101001000 1011110 100011

Color Harmonies of #AD0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0560

Black with #AD0560

Text Example


Text Example

White with #AD0560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0560; }

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

 H1.HeaderClassName
 {
   color: #AD0560;
 }
 .AnyTagClassName
 {
   color: #AD0560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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