Html Css Color HEX #AD52EA Medium Orchid

📋 copy color: '#AD52EA'

red 173 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #AD52EA

Tints of Medium Orchid #AD52EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 35.38%
G = 16.77%
B = 47.85%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD52EA (or 0xAD52EA) is known color: Medium Orchid. HEX triplet: AD, 52 and EA. RGB value is (173,82,234). Sum of RGB (Red+Green+Blue) = 173+82+234=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD52EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52EA is #52AD15. Grayscale: #7E7E7E. Windows color (decimal): -5418262 or 15356589. OLE color: 15356589.

HSL color Cylindrical-coordinate representation of color #AD52EA: hue angle of 275.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD52EA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 82 234 -
CMYK 0.26 0.65 0 0.08
HSL 275.92º 0.78% 0.62% -
HSV(B) 275.92º 0.65% 0.92% -
XYZ 35.1 20.86 80.02 -
YUV 126.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 173 82 234 0.26 0.65 0 0.08 275.92 0.78 0.62
Hex AD 52 EA 1A 41 0 8 114 4E 3E
Octal 255 122 352 32 101 0 10 424 116 76
Binary 10101101 1010010 11101010 11010 1000001 0 1000 100010100 1001110 111110

Color Harmonies of #AD52EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52EA

Black with #AD52EA

Text Example


Text Example

White with #AD52EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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