#AD5ABF

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

Shades of Medium Orchid #AD5ABF

Tints of Medium Orchid #AD5ABF

Color information

#AD5ABF (or 0xAD5ABF) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and BF. RGB value is (173,90,191). Sum of RGB (Red+Green+Blue) = 173+90+191=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABF is #52A540. Grayscale: #7E7E7E. Windows color (decimal): -5416257 or 12540589. OLE color: 12540589.

HSL color Cylindrical-coordinate representation of color #AD5ABF: hue angle of 289.31º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5ABF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17390191-
CMYK0.090.5300.25
HSL289.31º44.1%55.1%-
HSV(B)289.31º52.88%74.9%-
XYZ30.2919.9651.55-
YUV126.33164.5161.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 191 (75% from 255) = 42.07%
R=38.11%
G=19.82%
B=42.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173901910.090.5300.25289.3144.155.1
HexAD5ABF9350191212c37
Octal25513227711650314415467
Binary101011011011010101111111001110101011001100100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ABF; }

 p { color: rgb(173,90,191); }

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

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

 a { background-color: rgb(173,90,191); }

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

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

 span { border-color: rgb(173,90,191); }

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