Html Css Color HEX #AD207B Medium Red Violet

📋 copy color: '#AD207B'

red 173 ◦ green 32 ◦ blue 123

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

Shades of Medium Red Violet #AD207B

Tints of Medium Red Violet #AD207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 52.74%
G = 9.76%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD207B (or 0xAD207B) is known color: Medium Red Violet. HEX triplet: AD, 20 and 7B. RGB value is (173,32,123). Sum of RGB (Red+Green+Blue) = 173+32+123=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD207B is #52DF84. Grayscale: #545454. Windows color (decimal): -5431173 or 8069293. OLE color: 8069293.

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

Color convert

RGB 173 32 123 -
CMYK 0 0.82 0.29 0.32
HSL 321.28º 0.69% 0.4% -
HSV(B) 321.28º 0.82% 0.68% -
XYZ 21.33 11.35 19.81 -
YUV 84.53 149.71 191.1 -
System Red Green Blue C M Y K H S L
Decimal 173 32 123 0 0.82 0.29 0.32 321.28 0.69 0.4
Hex AD 20 7B 0 52 1D 20 141 45 28
Octal 255 40 173 0 122 35 40 501 105 50
Binary 10101101 100000 1111011 0 1010010 11101 100000 101000001 1000101 101000

Color Harmonies of #AD207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD207B

Black with #AD207B

Text Example


Text Example

White with #AD207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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