Html Css Color HEX #AD217A Medium Red Violet

📋 copy color: '#AD217A'

red 173 ◦ green 33 ◦ blue 122

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

Shades of Medium Red Violet #AD217A

Tints of Medium Red Violet #AD217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 52.74%
G = 10.06%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD217A (or 0xAD217A) is known color: Medium Red Violet. HEX triplet: AD, 21 and 7A. RGB value is (173,33,122). Sum of RGB (Red+Green+Blue) = 173+33+122=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD217A is #52DE85. Grayscale: #545454. Windows color (decimal): -5430918 or 8004013. OLE color: 8004013.

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

Color convert

RGB 173 33 122 -
CMYK 0 0.81 0.29 0.32
HSL 321.86º 0.68% 0.4% -
HSV(B) 321.86º 0.81% 0.68% -
XYZ 21.29 11.38 19.49 -
YUV 85.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 173 33 122 0 0.81 0.29 0.32 321.86 0.68 0.4
Hex AD 21 7A 0 51 1D 20 142 44 28
Octal 255 41 172 0 121 35 40 502 104 50
Binary 10101101 100001 1111010 0 1010001 11101 100000 101000010 1000100 101000

Color Harmonies of #AD217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD217A

Black with #AD217A

Text Example


Text Example

White with #AD217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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