Html Css Color HEX #AD52EC Medium Orchid

📋 copy color: '#AD52EC'

red 173 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #AD52EC

Tints of Medium Orchid #AD52EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 35.23%
G = 16.7%
B = 48.07%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD52EC (or 0xAD52EC) is known color: Medium Orchid. HEX triplet: AD, 52 and EC. RGB value is (173,82,236). Sum of RGB (Red+Green+Blue) = 173+82+236=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD52EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52EC is #52AD13. Grayscale: #7E7E7E. Windows color (decimal): -5418260 or 15487661. OLE color: 15487661.

HSL color Cylindrical-coordinate representation of color #AD52EC: hue angle of 275.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD52EC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 82 236 -
CMYK 0.27 0.65 0 0.07
HSL 275.45º 0.8% 0.62% -
HSV(B) 275.45º 0.65% 0.93% -
XYZ 35.39 20.97 81.54 -
YUV 126.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 173 82 236 0.27 0.65 0 0.07 275.45 0.8 0.62
Hex AD 52 EC 1B 41 0 7 113 50 3E
Octal 255 122 354 33 101 0 7 423 120 76
Binary 10101101 1010010 11101100 11011 1000001 0 111 100010011 1010000 111110

Color Harmonies of #AD52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52EC

Black with #AD52EC

Text Example


Text Example

White with #AD52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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