Html Css Color HEX #AD1871 Jazzberry Jam

📋 copy color: '#AD1871'

red 173 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #AD1871

Tints of Jazzberry Jam #AD1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 55.81%
G = 7.74%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD1871 (or 0xAD1871) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 71. RGB value is (173,24,113). Sum of RGB (Red+Green+Blue) = 173+24+113=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1871 is #52E78E. Grayscale: #4E4E4E. Windows color (decimal): -5433231 or 7411885. OLE color: 7411885.

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

Color convert

RGB 173 24 113 -
CMYK 0 0.86 0.35 0.32
HSL 324.16º 0.76% 0.39% -
HSV(B) 324.16º 0.86% 0.68% -
XYZ 20.54 10.73 16.61 -
YUV 78.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 173 24 113 0 0.86 0.35 0.32 324.16 0.76 0.39
Hex AD 18 71 0 56 23 20 144 4C 27
Octal 255 30 161 0 126 43 40 504 114 47
Binary 10101101 11000 1110001 0 1010110 100011 100000 101000100 1001100 100111

Color Harmonies of #AD1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1871

Black with #AD1871

Text Example


Text Example

White with #AD1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1871; }

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

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

background-color css

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

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

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

border-color css

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

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

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