Html Css Color HEX #AD1177 Jazzberry Jam

📋 copy color: '#AD1177'

red 173 ◦ green 17 ◦ blue 119

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

Shades of Jazzberry Jam #AD1177

Tints of Jazzberry Jam #AD1177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 55.99%
G = 5.5%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD1177 (or 0xAD1177) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 77. RGB value is (173,17,119). Sum of RGB (Red+Green+Blue) = 173+17+119=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1177 is #52EE88. Grayscale: #4B4B4B. Windows color (decimal): -5435017 or 7803309. OLE color: 7803309.

HSL color Cylindrical-coordinate representation of color #AD1177: hue angle of 320.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1177 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 119 -
CMYK 0 0.90 0.31 0.32
HSL 320.77º 0.82% 0.37% -
HSV(B) 320.77º 0.9% 0.68% -
XYZ 20.76 10.62 18.41 -
YUV 75.27 152.68 197.71 -
System Red Green Blue C M Y K H S L
Decimal 173 17 119 0 0.90 0.31 0.32 320.77 0.82 0.37
Hex AD 11 77 0 5A 1F 20 141 52 25
Octal 255 21 167 0 132 37 40 501 122 45
Binary 10101101 10001 1110111 0 1011010 11111 100000 101000001 1010010 100101

Color Harmonies of #AD1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1177

Black with #AD1177

Text Example


Text Example

White with #AD1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1177; }

 p { color: rgb(173,17,119); }

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

background-color css

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

 a { background-color: rgb(173,17,119); }

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

border-color css

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

 span { border-color: rgb(173,17,119); }

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