Html Css Color HEX #AD216A Jazzberry Jam

📋 copy color: '#AD216A'

red 173 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #AD216A

Tints of Jazzberry Jam #AD216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 55.45%
G = 10.58%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD216A (or 0xAD216A) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6A. RGB value is (173,33,106). Sum of RGB (Red+Green+Blue) = 173+33+106=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216A is #52DE95. Grayscale: #535353. Windows color (decimal): -5430934 or 6955437. OLE color: 6955437.

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

Color convert

RGB 173 33 106 -
CMYK 0 0.81 0.39 0.32
HSL 328.71º 0.68% 0.4% -
HSV(B) 328.71º 0.81% 0.68% -
XYZ 20.38 11.01 14.69 -
YUV 83.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 173 33 106 0 0.81 0.39 0.32 328.71 0.68 0.4
Hex AD 21 6A 0 51 27 20 149 44 28
Octal 255 41 152 0 121 47 40 511 104 50
Binary 10101101 100001 1101010 0 1010001 100111 100000 101001001 1000100 101000

Color Harmonies of #AD216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD216A

Black with #AD216A

Text Example


Text Example

White with #AD216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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