Html Css Color HEX #AD51E5 Medium Orchid

📋 copy color: '#AD51E5'

red 173 ◦ green 81 ◦ blue 229

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

Shades of Medium Orchid #AD51E5

Tints of Medium Orchid #AD51E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 35.82%
G = 16.77%
B = 47.41%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD51E5 (or 0xAD51E5) is known color: Medium Orchid. HEX triplet: AD, 51 and E5. RGB value is (173,81,229). Sum of RGB (Red+Green+Blue) = 173+81+229=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51E5 is #52AE1A. Grayscale: #7C7C7C. Windows color (decimal): -5418523 or 15028653. OLE color: 15028653.

HSL color Cylindrical-coordinate representation of color #AD51E5: hue angle of 277.3º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD51E5 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 81 229 -
CMYK 0.24 0.65 0 0.10
HSL 277.3º 0.74% 0.61% -
HSV(B) 277.3º 0.65% 0.9% -
XYZ 34.32 20.43 76.26 -
YUV 125.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 173 81 229 0.24 0.65 0 0.10 277.3 0.74 0.61
Hex AD 51 E5 18 41 0 A 115 4A 3D
Octal 255 121 345 30 101 0 12 425 112 75
Binary 10101101 1010001 11100101 11000 1000001 0 1010 100010101 1001010 111101

Color Harmonies of #AD51E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51E5

Black with #AD51E5

Text Example


Text Example

White with #AD51E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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