#AD52FE

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

Shades of Medium Orchid #AD52FE

Tints of Medium Orchid #AD52FE

Color information

#AD52FE (or 0xAD52FE) is unknown color: approx Medium Orchid. HEX triplet: AD, 52 and FE. RGB value is (173,82,254). Sum of RGB (Red+Green+Blue) = 173+82+254=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52FE is #52AD01. Grayscale: #808080. Windows color (decimal): -5418242 or 16667309. OLE color: 16667309.

HSL color Cylindrical-coordinate representation of color #AD52FE: hue angle of 271.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD52FE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17382254-
CMYK0.320.6800.00
HSL271.74º98.85%65.88%-
HSV(B)271.74º67.72%99.61%-
XYZ38.1422.0796.02-
YUV128.82198.65159.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 82 (32.42% from 255) = 16.11%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=33.99%
G=16.11%
B=49.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal173822540.320.6800.00271.7498.8565.88
HexAD52FE2044001106342
Octal2551223764010400420143102
Binary1010110110100101111111010000010001000010001000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52FE; }

 p { color: rgb(173,82,254); }

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

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

 a { background-color: rgb(173,82,254); }

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

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

 span { border-color: rgb(173,82,254); }

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