Html Css Color HEX #AD2170 Jazzberry Jam

📋 copy color: '#AD2170'

red 173 ◦ green 33 ◦ blue 112

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

Shades of Jazzberry Jam #AD2170

Tints of Jazzberry Jam #AD2170

RGB

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

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

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

R = 54.4%
G = 10.38%
B = 35.22%

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

#AD2170 (or 0xAD2170) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 70. RGB value is (173,33,112). Sum of RGB (Red+Green+Blue) = 173+33+112=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2170 is #52DE8F. Grayscale: #535353. Windows color (decimal): -5430928 or 7348653. OLE color: 7348653.

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

Color convert

RGB 173 33 112 -
CMYK 0 0.81 0.35 0.32
HSL 326.14º 0.68% 0.4% -
HSV(B) 326.14º 0.81% 0.68% -
XYZ 20.7 11.14 16.39 -
YUV 83.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 173 33 112 0 0.81 0.35 0.32 326.14 0.68 0.4
Hex AD 21 70 0 51 23 20 146 44 28
Octal 255 41 160 0 121 43 40 506 104 50
Binary 10101101 100001 1110000 0 1010001 100011 100000 101000110 1000100 101000

Color Harmonies of #AD2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2170

Black with #AD2170

Text Example


Text Example

White with #AD2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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