Html Css Color HEX #AD53EB Medium Orchid

📋 copy color: '#AD53EB'

red 173 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #AD53EB

Tints of Medium Orchid #AD53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.9%

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 35.23%
G = 16.9%
B = 47.86%

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

#AD53EB (or 0xAD53EB) is known color: Medium Orchid. HEX triplet: AD, 53 and EB. RGB value is (173,83,235). Sum of RGB (Red+Green+Blue) = 173+83+235=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53EB is #52AC14. Grayscale: #7E7E7E. Windows color (decimal): -5418005 or 15422381. OLE color: 15422381.

HSL color Cylindrical-coordinate representation of color #AD53EB: hue angle of 275.53º degrees, saturation: 0.79, 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 #AD53EB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 83 235 -
CMYK 0.26 0.65 0 0.08
HSL 275.53º 0.79% 0.62% -
HSV(B) 275.53º 0.65% 0.92% -
XYZ 35.32 21.07 80.8 -
YUV 127.24 188.82 160.64 -
System Red Green Blue C M Y K H S L
Decimal 173 83 235 0.26 0.65 0 0.08 275.53 0.79 0.62
Hex AD 53 EB 1A 41 0 8 114 4F 3E
Octal 255 123 353 32 101 0 10 424 117 76
Binary 10101101 1010011 11101011 11010 1000001 0 1000 100010100 1001111 111110

Color Harmonies of #AD53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53EB

Black with #AD53EB

Text Example


Text Example

White with #AD53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53EB; }

 p { color: rgb(173,83,235); }

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

background-color css

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

 a { background-color: rgb(173,83,235); }

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

border-color css

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

 span { border-color: rgb(173,83,235); }

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