Html Css Color HEX #AD1772 Jazzberry Jam

📋 copy color: '#AD1772'

red 173 ◦ green 23 ◦ blue 114

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

Shades of Jazzberry Jam #AD1772

Tints of Jazzberry Jam #AD1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 55.81%
G = 7.42%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1772 (or 0xAD1772) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 72. RGB value is (173,23,114). Sum of RGB (Red+Green+Blue) = 173+23+114=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1772 is #52E88D. Grayscale: #4E4E4E. Windows color (decimal): -5433486 or 7477165. OLE color: 7477165.

HSL color Cylindrical-coordinate representation of color #AD1772: hue angle of 323.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1772 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 114 -
CMYK 0 0.87 0.34 0.32
HSL 323.6º 0.77% 0.38% -
HSV(B) 323.6º 0.87% 0.68% -
XYZ 20.58 10.71 16.9 -
YUV 78.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 173 23 114 0 0.87 0.34 0.32 323.6 0.77 0.38
Hex AD 17 72 0 57 22 20 144 4D 26
Octal 255 27 162 0 127 42 40 504 115 46
Binary 10101101 10111 1110010 0 1010111 100010 100000 101000100 1001101 100110

Color Harmonies of #AD1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1772

Black with #AD1772

Text Example


Text Example

White with #AD1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1772; }

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

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

background-color css

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

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

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

border-color css

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

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

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