#AD5ACC

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

Shades of Medium Orchid #AD5ACC

Tints of Medium Orchid #AD5ACC

Color information

#AD5ACC (or 0xAD5ACC) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and CC. RGB value is (173,90,204). Sum of RGB (Red+Green+Blue) = 173+90+204=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACC is #52A533. Grayscale: #7F7F7F. Windows color (decimal): -5416244 or 13392557. OLE color: 13392557.

HSL color Cylindrical-coordinate representation of color #AD5ACC: hue angle of 283.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5ACC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17390204-
CMYK0.150.5600.2
HSL283.68º52.78%57.65%-
HSV(B)283.68º55.88%80%-
XYZ31.7920.5659.42-
YUV127.81171160.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=37.04%
G=19.27%
B=43.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173902040.150.5600.2283.6852.7857.65
HexAD5ACCF3801411c353a
Octal25513231417700244346572
Binary101011011011010110011001111111000010100100011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ACC; }

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

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

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

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

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

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

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

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