Html Css Color HEX #AD0571 Jazzberry Jam

📋 copy color: '#AD0571'

red 173 ◦ green 5 ◦ blue 113

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

Shades of Jazzberry Jam #AD0571

Tints of Jazzberry Jam #AD0571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 59.45%
G = 1.72%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD0571 (or 0xAD0571) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 71. RGB value is (173,5,113). Sum of RGB (Red+Green+Blue) = 173+5+113=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0571 is #52FA8E. Grayscale: #434343. Windows color (decimal): -5438095 or 7407021. OLE color: 7407021.

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

Color convert

RGB 173 5 113 -
CMYK 0 0.97 0.35 0.32
HSL 321.43º 0.94% 0.35% -
HSV(B) 321.43º 0.97% 0.68% -
XYZ 20.27 10.19 16.52 -
YUV 67.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 173 5 113 0 0.97 0.35 0.32 321.43 0.94 0.35
Hex AD 5 71 0 61 23 20 141 5E 23
Octal 255 5 161 0 141 43 40 501 136 43
Binary 10101101 101 1110001 0 1100001 100011 100000 101000001 1011110 100011

Color Harmonies of #AD0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0571

Black with #AD0571

Text Example


Text Example

White with #AD0571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0571; }

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

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

background-color css

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

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

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

border-color css

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

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

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