#AD44EA

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

Shades of Medium Orchid #AD44EA

Tints of Medium Orchid #AD44EA

Color information

#AD44EA (or 0xAD44EA) is unknown color: approx Medium Orchid. HEX triplet: AD, 44 and EA. RGB value is (173,68,234). Sum of RGB (Red+Green+Blue) = 173+68+234=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44EA is #52BB15. Grayscale: #757575. Windows color (decimal): -5421846 or 15353005. OLE color: 15353005.

HSL color Cylindrical-coordinate representation of color #AD44EA: hue angle of 277.95º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD44EA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17368234-
CMYK0.260.7100.08
HSL277.95º79.81%59.22%-
HSV(B)277.95º70.94%91.76%-
XYZ34.1518.9679.7-
YUV118.32193.29167-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=36.42%
G=14.32%
B=49.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173682340.260.7100.08277.9579.8159.22
HexAD44EA1A4708116503b
Octal2551043523210701042612073
Binary10101101100010011101010110101000111010001000101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD44EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD44EA; }

 p { color: rgb(173,68,234); }

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

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

 a { background-color: rgb(173,68,234); }

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

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

 span { border-color: rgb(173,68,234); }

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