Html Css Color HEX #AD216F Jazzberry Jam

📋 copy color: '#AD216F'

red 173 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #AD216F

Tints of Jazzberry Jam #AD216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 54.57%
G = 10.41%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD216F (or 0xAD216F) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6F. RGB value is (173,33,111). Sum of RGB (Red+Green+Blue) = 173+33+111=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216F is #52DE90. Grayscale: #535353. Windows color (decimal): -5430929 or 7283117. OLE color: 7283117.

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

Color convert

RGB 173 33 111 -
CMYK 0 0.81 0.36 0.32
HSL 326.57º 0.68% 0.4% -
HSV(B) 326.57º 0.81% 0.68% -
XYZ 20.65 11.12 16.1 -
YUV 83.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 173 33 111 0 0.81 0.36 0.32 326.57 0.68 0.4
Hex AD 21 6F 0 51 24 20 147 44 28
Octal 255 41 157 0 121 44 40 507 104 50
Binary 10101101 100001 1101111 0 1010001 100100 100000 101000111 1000100 101000

Color Harmonies of #AD216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216F

Black with #AD216F

Text Example


Text Example

White with #AD216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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