#AD63CA

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

Shades of Medium Orchid #AD63CA

Tints of Medium Orchid #AD63CA

Color information

#AD63CA (or 0xAD63CA) is unknown color: approx Medium Orchid. HEX triplet: AD, 63 and CA. RGB value is (173,99,202). Sum of RGB (Red+Green+Blue) = 173+99+202=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63CA is #529C35. Grayscale: #848484. Windows color (decimal): -5413942 or 13263789. OLE color: 13263789.

HSL color Cylindrical-coordinate representation of color #AD63CA: hue angle of 283.11º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD63CA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17399202-
CMYK0.140.5100.21
HSL283.11º49.28%59.02%-
HSV(B)283.11º50.99%79.22%-
XYZ32.3622.0758.43-
YUV132.87167.02156.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=36.50%
G=20.89%
B=42.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173992020.140.5100.21283.1149.2859.02
HexAD63CAE3301511b313b
Octal25514331216630254336173
Binary101011011100011110010101110110011010101100011011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63CA; }

 p { color: rgb(173,99,202); }

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

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

 a { background-color: rgb(173,99,202); }

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

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

 span { border-color: rgb(173,99,202); }

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