#AD5CF9

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

Shades of Medium Purple #AD5CF9

Tints of Medium Purple #AD5CF9

Color information

#AD5CF9 (or 0xAD5CF9) is unknown color: approx Medium Purple. HEX triplet: AD, 5C and F9. RGB value is (173,92,249). Sum of RGB (Red+Green+Blue) = 173+92+249=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CF9 is #52A306. Grayscale: #858585. Windows color (decimal): -5415687 or 16342189. OLE color: 16342189.

HSL color Cylindrical-coordinate representation of color #AD5CF9: hue angle of 270.96º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5CF9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17392249-
CMYK0.310.6300.02
HSL270.96º92.9%66.86%-
HSV(B)270.96º63.05%97.65%-
XYZ38.1623.3892.12-
YUV134.12192.84155.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 92 (36.33% from 255) = 17.90%
BLUE value IS 249 (97.66% from 255) = 48.44%
R=33.66%
G=17.90%
B=48.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173922490.310.6300.02270.9692.966.86
HexAD5CF91F3F0210f5d43
Octal255134371377702417135103
Binary101011011011100111110011111111111101010000111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CF9; }

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

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

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

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

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

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

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

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