Html Css Color HEX #AD2171 Jazzberry Jam

📋 copy color: '#AD2171'

red 173 ◦ green 33 ◦ blue 113

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

Shades of Jazzberry Jam #AD2171

Tints of Jazzberry Jam #AD2171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 54.23%
G = 10.34%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD2171 (or 0xAD2171) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 71. RGB value is (173,33,113). Sum of RGB (Red+Green+Blue) = 173+33+113=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2171 is #52DE8E. Grayscale: #535353. Windows color (decimal): -5430927 or 7414189. OLE color: 7414189.

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

Color convert

RGB 173 33 113 -
CMYK 0 0.81 0.35 0.32
HSL 325.71º 0.68% 0.4% -
HSV(B) 325.71º 0.81% 0.68% -
XYZ 20.76 11.16 16.68 -
YUV 83.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 173 33 113 0 0.81 0.35 0.32 325.71 0.68 0.4
Hex AD 21 71 0 51 23 20 146 44 28
Octal 255 41 161 0 121 43 40 506 104 50
Binary 10101101 100001 1110001 0 1010001 100011 100000 101000110 1000100 101000

Color Harmonies of #AD2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2171

Black with #AD2171

Text Example


Text Example

White with #AD2171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2171; }

 p { color: rgb(173,33,113); }

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

background-color css

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

 a { background-color: rgb(173,33,113); }

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

border-color css

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

 span { border-color: rgb(173,33,113); }

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