Html Css Color HEX #AD5FE0 Medium Orchid

📋 copy color: '#AD5FE0'

red 173 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #AD5FE0

Tints of Medium Orchid #AD5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 35.16%
G = 19.31%
B = 45.53%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD5FE0 (or 0xAD5FE0) is known color: Medium Orchid. HEX triplet: AD, 5F and E0. RGB value is (173,95,224). Sum of RGB (Red+Green+Blue) = 173+95+224=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FE0 is #52A01F. Grayscale: #848484. Windows color (decimal): -5414944 or 14704557. OLE color: 14704557.

HSL color Cylindrical-coordinate representation of color #AD5FE0: hue angle of 276.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5FE0 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 95 224 -
CMYK 0.23 0.58 0 0.12
HSL 276.28º 0.68% 0.63% -
HSV(B) 276.28º 0.58% 0.88% -
XYZ 34.78 22.45 73.02 -
YUV 133.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 173 95 224 0.23 0.58 0 0.12 276.28 0.68 0.63
Hex AD 5F E0 17 3A 0 C 114 44 3F
Octal 255 137 340 27 72 0 14 424 104 77
Binary 10101101 1011111 11100000 10111 111010 0 1100 100010100 1000100 111111

Color Harmonies of #AD5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FE0

Black with #AD5FE0

Text Example


Text Example

White with #AD5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FE0; }

 p { color: rgb(173,95,224); }

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

background-color css

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

 a { background-color: rgb(173,95,224); }

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

border-color css

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

 span { border-color: rgb(173,95,224); }

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