Html Css Color HEX #AD2160 Jazzberry Jam

📋 copy color: '#AD2160'

red 173 ◦ green 33 ◦ blue 96

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

Shades of Jazzberry Jam #AD2160

Tints of Jazzberry Jam #AD2160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 57.28%
G = 10.93%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD2160 (or 0xAD2160) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 60. RGB value is (173,33,96). Sum of RGB (Red+Green+Blue) = 173+33+96=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2160 is #52DE9F. Grayscale: #515151. Windows color (decimal): -5430944 or 6300077. OLE color: 6300077.

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

Color convert

RGB 173 33 96 -
CMYK 0 0.81 0.45 0.32
HSL 333º 0.68% 0.4% -
HSV(B) 333º 0.81% 0.68% -
XYZ 19.89 10.82 12.11 -
YUV 82.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 173 33 96 0 0.81 0.45 0.32 333 0.68 0.4
Hex AD 21 60 0 51 2D 20 14D 44 28
Octal 255 41 140 0 121 55 40 515 104 50
Binary 10101101 100001 1100000 0 1010001 101101 100000 101001101 1000100 101000

Color Harmonies of #AD2160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2160

Black with #AD2160

Text Example


Text Example

White with #AD2160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2160; }

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

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

background-color css

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

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

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

border-color css

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

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

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