Html Css Color HEX #AD1970 Jazzberry Jam

📋 copy color: '#AD1970'

red 173 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #AD1970

Tints of Jazzberry Jam #AD1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 55.81%
G = 8.06%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD1970 (or 0xAD1970) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 70. RGB value is (173,25,112). Sum of RGB (Red+Green+Blue) = 173+25+112=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1970 is #52E68F. Grayscale: #4E4E4E. Windows color (decimal): -5432976 or 7346605. OLE color: 7346605.

HSL color Cylindrical-coordinate representation of color #AD1970: hue angle of 324.73º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1970 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 112 -
CMYK 0 0.86 0.35 0.32
HSL 324.73º 0.75% 0.39% -
HSV(B) 324.73º 0.86% 0.68% -
XYZ 20.51 10.75 16.32 -
YUV 79.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 173 25 112 0 0.86 0.35 0.32 324.73 0.75 0.39
Hex AD 19 70 0 56 23 20 145 4B 27
Octal 255 31 160 0 126 43 40 505 113 47
Binary 10101101 11001 1110000 0 1010110 100011 100000 101000101 1001011 100111

Color Harmonies of #AD1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1970

Black with #AD1970

Text Example


Text Example

White with #AD1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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