Html Css Color HEX #AD53FD Medium Orchid

📋 copy color: '#AD53FD'

red 173 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #AD53FD

Tints of Medium Orchid #AD53FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 33.99%
G = 16.31%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD53FD (or 0xAD53FD) is known color: Medium Orchid. HEX triplet: AD, 53 and FD. RGB value is (173,83,253). Sum of RGB (Red+Green+Blue) = 173+83+253=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD53FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53FD is #52AC02. Grayscale: #808080. Windows color (decimal): -5417987 or 16602029. OLE color: 16602029.

HSL color Cylindrical-coordinate representation of color #AD53FD: hue angle of 271.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD53FD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 83 253 -
CMYK 0.32 0.67 0 0.01
HSL 271.76º 0.98% 0.66% -
HSV(B) 271.76º 0.67% 0.99% -
XYZ 38.06 22.16 95.2 -
YUV 129.29 197.82 159.18 -
System Red Green Blue C M Y K H S L
Decimal 173 83 253 0.32 0.67 0 0.01 271.76 0.98 0.66
Hex AD 53 FD 20 43 0 1 110 62 42
Octal 255 123 375 40 103 0 1 420 142 102
Binary 10101101 1010011 11111101 100000 1000011 0 1 100010000 1100010 1000010

Color Harmonies of #AD53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53FD

Black with #AD53FD

Text Example


Text Example

White with #AD53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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