Html Css Color HEX #AD0561 Jazzberry Jam

📋 copy color: '#AD0561'

red 173 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #AD0561

Tints of Jazzberry Jam #AD0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 62.91%
G = 1.82%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD0561 (or 0xAD0561) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 61. RGB value is (173,5,97). Sum of RGB (Red+Green+Blue) = 173+5+97=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0561 is #52FA9E. Grayscale: #414141. Windows color (decimal): -5438111 or 6358445. OLE color: 6358445.

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

Color convert

RGB 173 5 97 -
CMYK 0 0.97 0.44 0.32
HSL 327.14º 0.94% 0.35% -
HSV(B) 327.14º 0.97% 0.68% -
XYZ 19.45 9.86 12.19 -
YUV 65.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 173 5 97 0 0.97 0.44 0.32 327.14 0.94 0.35
Hex AD 5 61 0 61 2C 20 147 5E 23
Octal 255 5 141 0 141 54 40 507 136 43
Binary 10101101 101 1100001 0 1100001 101100 100000 101000111 1011110 100011

Color Harmonies of #AD0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0561

Black with #AD0561

Text Example


Text Example

White with #AD0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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