Html Css Color HEX #AD1973 Jazzberry Jam

📋 copy color: '#AD1973'

red 173 ◦ green 25 ◦ blue 115

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

Shades of Jazzberry Jam #AD1973

Tints of Jazzberry Jam #AD1973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 55.27%
G = 7.99%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1973 (or 0xAD1973) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 73. RGB value is (173,25,115). Sum of RGB (Red+Green+Blue) = 173+25+115=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1973 is #52E68C. Grayscale: #4F4F4F. Windows color (decimal): -5432973 or 7543213. OLE color: 7543213.

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

Color convert

RGB 173 25 115 -
CMYK 0 0.86 0.34 0.32
HSL 323.51º 0.75% 0.39% -
HSV(B) 323.51º 0.86% 0.68% -
XYZ 20.68 10.82 17.22 -
YUV 79.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 173 25 115 0 0.86 0.34 0.32 323.51 0.75 0.39
Hex AD 19 73 0 56 22 20 144 4B 27
Octal 255 31 163 0 126 42 40 504 113 47
Binary 10101101 11001 1110011 0 1010110 100010 100000 101000100 1001011 100111

Color Harmonies of #AD1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1973

Black with #AD1973

Text Example


Text Example

White with #AD1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1973; }

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

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

background-color css

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

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

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

border-color css

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

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

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