Html Css Color HEX #AD1574 Jazzberry Jam

📋 copy color: '#AD1574'

red 173 ◦ green 21 ◦ blue 116

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

Shades of Jazzberry Jam #AD1574

Tints of Jazzberry Jam #AD1574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 55.81%
G = 6.77%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD1574 (or 0xAD1574) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 74. RGB value is (173,21,116). Sum of RGB (Red+Green+Blue) = 173+21+116=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1574 is #52EA8B. Grayscale: #4D4D4D. Windows color (decimal): -5433996 or 7607725. OLE color: 7607725.

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

Color convert

RGB 173 21 116 -
CMYK 0 0.88 0.33 0.32
HSL 322.5º 0.78% 0.38% -
HSV(B) 322.5º 0.88% 0.68% -
XYZ 20.65 10.68 17.5 -
YUV 77.28 149.86 196.28 -
System Red Green Blue C M Y K H S L
Decimal 173 21 116 0 0.88 0.33 0.32 322.5 0.78 0.38
Hex AD 15 74 0 58 21 20 142 4E 26
Octal 255 25 164 0 130 41 40 502 116 46
Binary 10101101 10101 1110100 0 1011000 100001 100000 101000010 1001110 100110

Color Harmonies of #AD1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1574

Black with #AD1574

Text Example


Text Example

White with #AD1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1574; }

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

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

background-color css

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

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

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

border-color css

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

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

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