Html Css Color HEX #AD0563 Jazzberry Jam

📋 copy color: '#AD0563'

red 173 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #AD0563

Tints of Jazzberry Jam #AD0563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 62.45%
G = 1.81%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0563 (or 0xAD0563) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 63. RGB value is (173,5,99). Sum of RGB (Red+Green+Blue) = 173+5+99=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0563 is #52FA9C. Grayscale: #414141. Windows color (decimal): -5438109 or 6489517. OLE color: 6489517.

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

Color convert

RGB 173 5 99 -
CMYK 0 0.97 0.43 0.32
HSL 326.43º 0.94% 0.35% -
HSV(B) 326.43º 0.97% 0.68% -
XYZ 19.54 9.89 12.68 -
YUV 65.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 173 5 99 0 0.97 0.43 0.32 326.43 0.94 0.35
Hex AD 5 63 0 61 2B 20 146 5E 23
Octal 255 5 143 0 141 53 40 506 136 43
Binary 10101101 101 1100011 0 1100001 101011 100000 101000110 1011110 100011

Color Harmonies of #AD0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0563

Black with #AD0563

Text Example


Text Example

White with #AD0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0563; }

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

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

background-color css

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

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

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

border-color css

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

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

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