Html Css Color HEX #AD52EE Medium Orchid

📋 copy color: '#AD52EE'

red 173 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #AD52EE

Tints of Medium Orchid #AD52EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 35.09%
G = 16.63%
B = 48.28%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD52EE (or 0xAD52EE) is known color: Medium Orchid. HEX triplet: AD, 52 and EE. RGB value is (173,82,238). Sum of RGB (Red+Green+Blue) = 173+82+238=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52EE is #52AD11. Grayscale: #7E7E7E. Windows color (decimal): -5418258 or 15618733. OLE color: 15618733.

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

Color convert

RGB 173 82 238 -
CMYK 0.27 0.66 0 0.07
HSL 275º 0.82% 0.63% -
HSV(B) 275º 0.66% 0.93% -
XYZ 35.68 21.09 83.08 -
YUV 126.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 173 82 238 0.27 0.66 0 0.07 275 0.82 0.63
Hex AD 52 EE 1B 42 0 7 113 52 3F
Octal 255 122 356 33 102 0 7 423 122 77
Binary 10101101 1010010 11101110 11011 1000010 0 111 100010011 1010010 111111

Color Harmonies of #AD52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52EE

Black with #AD52EE

Text Example


Text Example

White with #AD52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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