Html Css Color HEX #AD1570 Jazzberry Jam

📋 copy color: '#AD1570'

red 173 ◦ green 21 ◦ blue 112

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

Shades of Jazzberry Jam #AD1570

Tints of Jazzberry Jam #AD1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 56.54%
G = 6.86%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD1570 (or 0xAD1570) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 70. RGB value is (173,21,112). Sum of RGB (Red+Green+Blue) = 173+21+112=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1570 is #52EA8F. Grayscale: #4C4C4C. Windows color (decimal): -5434000 or 7345581. OLE color: 7345581.

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

Color convert

RGB 173 21 112 -
CMYK 0 0.88 0.35 0.32
HSL 324.08º 0.78% 0.38% -
HSV(B) 324.08º 0.88% 0.68% -
XYZ 20.43 10.59 16.3 -
YUV 76.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 173 21 112 0 0.88 0.35 0.32 324.08 0.78 0.38
Hex AD 15 70 0 58 23 20 144 4E 26
Octal 255 25 160 0 130 43 40 504 116 46
Binary 10101101 10101 1110000 0 1011000 100011 100000 101000100 1001110 100110

Color Harmonies of #AD1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1570

Black with #AD1570

Text Example


Text Example

White with #AD1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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