Html Css Color HEX #AD52F1 Medium Orchid

📋 copy color: '#AD52F1'

red 173 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #AD52F1

Tints of Medium Orchid #AD52F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 34.88%
G = 16.53%
B = 48.59%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD52F1 (or 0xAD52F1) is known color: Medium Orchid. HEX triplet: AD, 52 and F1. RGB value is (173,82,241). Sum of RGB (Red+Green+Blue) = 173+82+241=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD52F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52F1 is #52AD0E. Grayscale: #7E7E7E. Windows color (decimal): -5418255 or 15815341. OLE color: 15815341.

HSL color Cylindrical-coordinate representation of color #AD52F1: hue angle of 274.34º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD52F1 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 82 241 -
CMYK 0.28 0.66 0 0.05
HSL 274.34º 0.85% 0.63% -
HSV(B) 274.34º 0.66% 0.95% -
XYZ 36.13 21.27 85.42 -
YUV 127.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 173 82 241 0.28 0.66 0 0.05 274.34 0.85 0.63
Hex AD 52 F1 1C 42 0 5 112 55 3F
Octal 255 122 361 34 102 0 5 422 125 77
Binary 10101101 1010010 11110001 11100 1000010 0 101 100010010 1010101 111111

Color Harmonies of #AD52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52F1

Black with #AD52F1

Text Example


Text Example

White with #AD52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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