Html Css Color HEX #AD1572 Jazzberry Jam

📋 copy color: '#AD1572'

red 173 ◦ green 21 ◦ blue 114

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

Shades of Jazzberry Jam #AD1572

Tints of Jazzberry Jam #AD1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 56.17%
G = 6.82%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD1572 (or 0xAD1572) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 72. RGB value is (173,21,114). Sum of RGB (Red+Green+Blue) = 173+21+114=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1572 is #52EA8D. Grayscale: #4C4C4C. Windows color (decimal): -5433998 or 7476653. OLE color: 7476653.

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

Color convert

RGB 173 21 114 -
CMYK 0 0.88 0.34 0.32
HSL 323.29º 0.78% 0.38% -
HSV(B) 323.29º 0.88% 0.68% -
XYZ 20.54 10.64 16.89 -
YUV 77.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 173 21 114 0 0.88 0.34 0.32 323.29 0.78 0.38
Hex AD 15 72 0 58 22 20 143 4E 26
Octal 255 25 162 0 130 42 40 503 116 46
Binary 10101101 10101 1110010 0 1011000 100010 100000 101000011 1001110 100110

Color Harmonies of #AD1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1572

Black with #AD1572

Text Example


Text Example

White with #AD1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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