Html Css Color HEX #AD1971 Jazzberry Jam

📋 copy color: '#AD1971'

red 173 ◦ green 25 ◦ blue 113

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

Shades of Jazzberry Jam #AD1971

Tints of Jazzberry Jam #AD1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 55.63%
G = 8.04%
B = 36.33%

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

#AD1971 (or 0xAD1971) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 71. RGB value is (173,25,113). Sum of RGB (Red+Green+Blue) = 173+25+113=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1971 is #52E68E. Grayscale: #4F4F4F. Windows color (decimal): -5432975 or 7412141. OLE color: 7412141.

HSL color Cylindrical-coordinate representation of color #AD1971: hue angle of 324.32º degrees, saturation: 0.75, 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 #AD1971 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 113 -
CMYK 0 0.86 0.35 0.32
HSL 324.32º 0.75% 0.39% -
HSV(B) 324.32º 0.86% 0.68% -
XYZ 20.56 10.77 16.62 -
YUV 79.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 173 25 113 0 0.86 0.35 0.32 324.32 0.75 0.39
Hex AD 19 71 0 56 23 20 144 4B 27
Octal 255 31 161 0 126 43 40 504 113 47
Binary 10101101 11001 1110001 0 1010110 100011 100000 101000100 1001011 100111

Color Harmonies of #AD1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1971

Black with #AD1971

Text Example


Text Example

White with #AD1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1971; }

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

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

background-color css

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

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

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

border-color css

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

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

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