Html Css Color HEX #AD207E Medium Red Violet

📋 copy color: '#AD207E'

red 173 ◦ green 32 ◦ blue 126

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

Shades of Medium Red Violet #AD207E

Tints of Medium Red Violet #AD207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 52.27%
G = 9.67%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD207E (or 0xAD207E) is known color: Medium Red Violet. HEX triplet: AD, 20 and 7E. RGB value is (173,32,126). Sum of RGB (Red+Green+Blue) = 173+32+126=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD207E is #52DF81. Grayscale: #545454. Windows color (decimal): -5431170 or 8265901. OLE color: 8265901.

HSL color Cylindrical-coordinate representation of color #AD207E: hue angle of 320º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD207E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 126 -
CMYK 0 0.82 0.27 0.32
HSL 320º 0.69% 0.4% -
HSV(B) 320º 0.82% 0.68% -
XYZ 21.52 11.42 20.81 -
YUV 84.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 173 32 126 0 0.82 0.27 0.32 320 0.69 0.4
Hex AD 20 7E 0 52 1B 20 140 45 28
Octal 255 40 176 0 122 33 40 500 105 50
Binary 10101101 100000 1111110 0 1010010 11011 100000 101000000 1000101 101000

Color Harmonies of #AD207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD207E

Black with #AD207E

Text Example


Text Example

White with #AD207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD207E; }

 p { color: rgb(173,32,126); }

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

background-color css

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

 a { background-color: rgb(173,32,126); }

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

border-color css

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

 span { border-color: rgb(173,32,126); }

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