Html Css Color HEX #AD216C Jazzberry Jam

📋 copy color: '#AD216C'

red 173 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #AD216C

Tints of Jazzberry Jam #AD216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 55.1%
G = 10.51%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD216C (or 0xAD216C) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6C. RGB value is (173,33,108). Sum of RGB (Red+Green+Blue) = 173+33+108=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216C is #52DE93. Grayscale: #535353. Windows color (decimal): -5430932 or 7086509. OLE color: 7086509.

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

Color convert

RGB 173 33 108 -
CMYK 0 0.81 0.38 0.32
HSL 327.86º 0.68% 0.4% -
HSV(B) 327.86º 0.81% 0.68% -
XYZ 20.48 11.05 15.24 -
YUV 83.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 173 33 108 0 0.81 0.38 0.32 327.86 0.68 0.4
Hex AD 21 6C 0 51 26 20 148 44 28
Octal 255 41 154 0 121 46 40 510 104 50
Binary 10101101 100001 1101100 0 1010001 100110 100000 101001000 1000100 101000

Color Harmonies of #AD216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216C

Black with #AD216C

Text Example


Text Example

White with #AD216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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