Html Css Color HEX #AD52BF Medium Orchid

📋 copy color: '#AD52BF'

red 173 ◦ green 82 ◦ blue 191

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

Shades of Medium Orchid #AD52BF

Tints of Medium Orchid #AD52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

 BLUE value IS 191 (75% from 255) = 42.83%

R = 38.79%
G = 18.39%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD52BF (or 0xAD52BF) is known color: Medium Orchid. HEX triplet: AD, 52 and BF. RGB value is (173,82,191). Sum of RGB (Red+Green+Blue) = 173+82+191=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52BF is #52AD40. Grayscale: #797979. Windows color (decimal): -5418305 or 12538541. OLE color: 12538541.

HSL color Cylindrical-coordinate representation of color #AD52BF: hue angle of 290.09º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD52BF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 82 191 -
CMYK 0.09 0.57 0 0.25
HSL 290.09º 0.46% 0.54% -
HSV(B) 290.09º 0.57% 0.75% -
XYZ 29.65 18.68 51.33 -
YUV 121.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 173 82 191 0.09 0.57 0 0.25 290.09 0.46 0.54
Hex AD 52 BF 9 39 0 19 122 2E 36
Octal 255 122 277 11 71 0 31 442 56 66
Binary 10101101 1010010 10111111 1001 111001 0 11001 100100010 101110 110110

Color Harmonies of #AD52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52BF

Black with #AD52BF

Text Example


Text Example

White with #AD52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52BF; }

 p { color: rgb(173,82,191); }

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

background-color css

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

 a { background-color: rgb(173,82,191); }

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

border-color css

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

 span { border-color: rgb(173,82,191); }

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