#AD4AE0

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

Shades of Medium Orchid #AD4AE0

Tints of Medium Orchid #AD4AE0

Color information

#AD4AE0 (or 0xAD4AE0) is unknown color: approx Medium Orchid. HEX triplet: AD, 4A and E0. RGB value is (173,74,224). Sum of RGB (Red+Green+Blue) = 173+74+224=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD4AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AE0 is #52B51F. Grayscale: #787878. Windows color (decimal): -5420320 or 14699181. OLE color: 14699181.

HSL color Cylindrical-coordinate representation of color #AD4AE0: hue angle of 279.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4AE0 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17374224-
CMYK0.230.6700.12
HSL279.6º70.75%58.43%-
HSV(B)279.6º66.96%87.84%-
XYZ33.1419.1672.47-
YUV120.7186.3165.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=36.73%
G=15.71%
B=47.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173742240.230.6700.12279.670.7558.43
HexAD4AE017430C118473a
Octal2551123402710301443010772
Binary10101101100101011100000101111000011011001000110001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4AE0; }

 p { color: rgb(173,74,224); }

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

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

 a { background-color: rgb(173,74,224); }

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

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

 span { border-color: rgb(173,74,224); }

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