#AD5CFF

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

Shades of Medium Purple #AD5CFF

Tints of Medium Purple #AD5CFF

Color information

#AD5CFF (or 0xAD5CFF) is unknown color: approx Medium Purple. HEX triplet: AD, 5C and FF. RGB value is (173,92,255). Sum of RGB (Red+Green+Blue) = 173+92+255=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CFF is #52A300. Grayscale: #868686. Windows color (decimal): -5415681 or 16735405. OLE color: 16735405.

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

Color convert

RGB17392255-
CMYK0.320.6400
HSL269.82º100%68.04%-
HSV(B)269.82º63.92%100%-
XYZ39.1123.7697.13-
YUV134.8195.84155.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 92 (36.33% from 255) = 17.69%
BLUE value IS 255 (100% from 255) = 49.04%
R=33.27%
G=17.69%
B=49.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal173922550.320.6400269.8210068.04
HexAD5CFF20400010e6444
Octal2551343774010000416144104
Binary1010110110111001111111110000010000000010000111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CFF; }

 p { color: rgb(173,92,255); }

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

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

 a { background-color: rgb(173,92,255); }

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

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

 span { border-color: rgb(173,92,255); }

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