Html Css Color HEX #AD53DA Medium Orchid

📋 copy color: '#AD53DA'

red 173 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #AD53DA

Tints of Medium Orchid #AD53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 36.5%
G = 17.51%
B = 45.99%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD53DA (or 0xAD53DA) is known color: Medium Orchid. HEX triplet: AD, 53 and DA. RGB value is (173,83,218). Sum of RGB (Red+Green+Blue) = 173+83+218=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD53DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53DA is #52AC25. Grayscale: #7C7C7C. Windows color (decimal): -5418022 or 14308269. OLE color: 14308269.

HSL color Cylindrical-coordinate representation of color #AD53DA: hue angle of 280º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD53DA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 83 218 -
CMYK 0.21 0.62 0 0.15
HSL 280º 0.65% 0.59% -
HSV(B) 280º 0.62% 0.85% -
XYZ 32.98 20.13 68.48 -
YUV 125.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 173 83 218 0.21 0.62 0 0.15 280 0.65 0.59
Hex AD 53 DA 15 3E 0 F 118 41 3B
Octal 255 123 332 25 76 0 17 430 101 73
Binary 10101101 1010011 11011010 10101 111110 0 1111 100011000 1000001 111011

Color Harmonies of #AD53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53DA

Black with #AD53DA

Text Example


Text Example

White with #AD53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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