Html Css Color HEX #AD1976 Jazzberry Jam

📋 copy color: '#AD1976'

red 173 ◦ green 25 ◦ blue 118

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

Shades of Jazzberry Jam #AD1976

Tints of Jazzberry Jam #AD1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 54.75%
G = 7.91%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD1976 (or 0xAD1976) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 76. RGB value is (173,25,118). Sum of RGB (Red+Green+Blue) = 173+25+118=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1976 is #52E689. Grayscale: #4F4F4F. Windows color (decimal): -5432970 or 7739821. OLE color: 7739821.

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

Color convert

RGB 173 25 118 -
CMYK 0 0.86 0.32 0.32
HSL 322.3º 0.75% 0.39% -
HSV(B) 322.3º 0.86% 0.68% -
XYZ 20.85 10.89 18.14 -
YUV 79.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 173 25 118 0 0.86 0.32 0.32 322.3 0.75 0.39
Hex AD 19 76 0 56 20 20 142 4B 27
Octal 255 31 166 0 126 40 40 502 113 47
Binary 10101101 11001 1110110 0 1010110 100000 100000 101000010 1001011 100111

Color Harmonies of #AD1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1976

Black with #AD1976

Text Example


Text Example

White with #AD1976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1976; }

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

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

background-color css

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

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

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

border-color css

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

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

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