Html Css Color HEX #AD51FD Medium Orchid

📋 copy color: '#AD51FD'

red 173 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #AD51FD

Tints of Medium Orchid #AD51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.98%

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

R = 34.12%
G = 15.98%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD51FD (or 0xAD51FD) is known color: Medium Orchid. HEX triplet: AD, 51 and FD. RGB value is (173,81,253). Sum of RGB (Red+Green+Blue) = 173+81+253=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD51FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51FD is #52AE02. Grayscale: #7F7F7F. Windows color (decimal): -5418499 or 16601517. OLE color: 16601517.

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

Color convert

RGB 173 81 253 -
CMYK 0.32 0.68 0 0.01
HSL 272.09º 0.98% 0.65% -
HSV(B) 272.09º 0.68% 0.99% -
XYZ 37.91 21.86 95.15 -
YUV 128.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 173 81 253 0.32 0.68 0 0.01 272.09 0.98 0.65
Hex AD 51 FD 20 44 0 1 110 62 41
Octal 255 121 375 40 104 0 1 420 142 101
Binary 10101101 1010001 11111101 100000 1000100 0 1 100010000 1100010 1000001

Color Harmonies of #AD51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51FD

Black with #AD51FD

Text Example


Text Example

White with #AD51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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