Html Css Color HEX #AD216E Jazzberry Jam

📋 copy color: '#AD216E'

red 173 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #AD216E

Tints of Jazzberry Jam #AD216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 54.75%
G = 10.44%
B = 34.81%

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

#AD216E (or 0xAD216E) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6E. RGB value is (173,33,110). Sum of RGB (Red+Green+Blue) = 173+33+110=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216E is #52DE91. Grayscale: #535353. Windows color (decimal): -5430930 or 7217581. OLE color: 7217581.

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

Color convert

RGB 173 33 110 -
CMYK 0 0.81 0.36 0.32
HSL 327º 0.68% 0.4% -
HSV(B) 327º 0.81% 0.68% -
XYZ 20.59 11.1 15.81 -
YUV 83.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 173 33 110 0 0.81 0.36 0.32 327 0.68 0.4
Hex AD 21 6E 0 51 24 20 147 44 28
Octal 255 41 156 0 121 44 40 507 104 50
Binary 10101101 100001 1101110 0 1010001 100100 100000 101000111 1000100 101000

Color Harmonies of #AD216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216E

Black with #AD216E

Text Example


Text Example

White with #AD216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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