Html Css Color HEX #AD1972 Jazzberry Jam

📋 copy color: '#AD1972'

red 173 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #AD1972

Tints of Jazzberry Jam #AD1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 55.45%
G = 8.01%
B = 36.54%

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

#AD1972 (or 0xAD1972) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 72. RGB value is (173,25,114). Sum of RGB (Red+Green+Blue) = 173+25+114=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1972 is #52E68D. Grayscale: #4F4F4F. Windows color (decimal): -5432974 or 7477677. OLE color: 7477677.

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

Color convert

RGB 173 25 114 -
CMYK 0 0.86 0.34 0.32
HSL 323.92º 0.75% 0.39% -
HSV(B) 323.92º 0.86% 0.68% -
XYZ 20.62 10.79 16.92 -
YUV 79.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 173 25 114 0 0.86 0.34 0.32 323.92 0.75 0.39
Hex AD 19 72 0 56 22 20 144 4B 27
Octal 255 31 162 0 126 42 40 504 113 47
Binary 10101101 11001 1110010 0 1010110 100010 100000 101000100 1001011 100111

Color Harmonies of #AD1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1972

Black with #AD1972

Text Example


Text Example

White with #AD1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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