Html Css Color HEX #AD1771 Jazzberry Jam

📋 copy color: '#AD1771'

red 173 ◦ green 23 ◦ blue 113

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

Shades of Jazzberry Jam #AD1771

Tints of Jazzberry Jam #AD1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 55.99%
G = 7.44%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD1771 (or 0xAD1771) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 71. RGB value is (173,23,113). Sum of RGB (Red+Green+Blue) = 173+23+113=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1771 is #52E88E. Grayscale: #4D4D4D. Windows color (decimal): -5433487 or 7411629. OLE color: 7411629.

HSL color Cylindrical-coordinate representation of color #AD1771: hue angle of 324º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1771 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 113 -
CMYK 0 0.87 0.35 0.32
HSL 324º 0.77% 0.38% -
HSV(B) 324º 0.87% 0.68% -
XYZ 20.52 10.69 16.6 -
YUV 78.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 173 23 113 0 0.87 0.35 0.32 324 0.77 0.38
Hex AD 17 71 0 57 23 20 144 4D 26
Octal 255 27 161 0 127 43 40 504 115 46
Binary 10101101 10111 1110001 0 1010111 100011 100000 101000100 1001101 100110

Color Harmonies of #AD1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1771

Black with #AD1771

Text Example


Text Example

White with #AD1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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