Html Css Color HEX #AD216D Jazzberry Jam

📋 copy color: '#AD216D'

red 173 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #AD216D

Tints of Jazzberry Jam #AD216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 54.92%
G = 10.48%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD216D (or 0xAD216D) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6D. RGB value is (173,33,109). Sum of RGB (Red+Green+Blue) = 173+33+109=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216D is #52DE92. Grayscale: #535353. Windows color (decimal): -5430931 or 7152045. OLE color: 7152045.

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

Color convert

RGB 173 33 109 -
CMYK 0 0.81 0.37 0.32
HSL 327.43º 0.68% 0.4% -
HSV(B) 327.43º 0.81% 0.68% -
XYZ 20.54 11.08 15.52 -
YUV 83.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 173 33 109 0 0.81 0.37 0.32 327.43 0.68 0.4
Hex AD 21 6D 0 51 25 20 147 44 28
Octal 255 41 155 0 121 45 40 507 104 50
Binary 10101101 100001 1101101 0 1010001 100101 100000 101000111 1000100 101000

Color Harmonies of #AD216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216D

Black with #AD216D

Text Example


Text Example

White with #AD216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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