#AD5FCC

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

Shades of Medium Orchid #AD5FCC

Tints of Medium Orchid #AD5FCC

Color information

#AD5FCC (or 0xAD5FCC) is unknown color: approx Medium Orchid. HEX triplet: AD, 5F and CC. RGB value is (173,95,204). Sum of RGB (Red+Green+Blue) = 173+95+204=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCC is #52A033. Grayscale: #828282. Windows color (decimal): -5414964 or 13393837. OLE color: 13393837.

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

Color convert

RGB17395204-
CMYK0.150.5300.2
HSL282.94º51.66%58.63%-
HSV(B)282.94º53.43%80%-
XYZ32.2221.4359.56-
YUV130.75169.34158.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=36.65%
G=20.13%
B=43.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173952040.150.5300.2282.9451.6658.63
HexAD5FCCF3501411b343b
Octal25513731417650244336473
Binary101011011011111110011001111110101010100100011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FCC; }

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

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

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

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

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

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

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

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