#AD5BE7

Color #AD5BE7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AD5BE7

Tints of Medium Orchid #AD5BE7

Color information

#AD5BE7 (or 0xAD5BE7) is unknown color: approx Medium Orchid. HEX triplet: AD, 5B and E7. RGB value is (173,91,231). Sum of RGB (Red+Green+Blue) = 173+91+231=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD5BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BE7 is #52A418. Grayscale: #838383. Windows color (decimal): -5415961 or 15162285. OLE color: 15162285.

HSL color Cylindrical-coordinate representation of color #AD5BE7: hue angle of 275.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5BE7 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17391231-
CMYK0.250.6100.09
HSL275.14º74.47%63.14%-
HSV(B)275.14º60.61%90.59%-
XYZ35.422.1478.01-
YUV131.48184.17157.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=34.95%
G=18.38%
B=46.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173912310.250.6100.09275.1474.4763.14
HexAD5BE7193D091134a3f
Octal255133347317501142311277
Binary1010110110110111110011111001111101010011000100111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5BE7; }

 p { color: rgb(173,91,231); }

 H1.HeaderClassName
 {
   color: #AD5BE7;
 }
 .AnyTagClassName
 {
   color: #AD5BE7;
 }
</style>
background-color css

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

 a { background-color: rgb(173,91,231); }

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

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

 span { border-color: rgb(173,91,231); }

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