#AD69ED

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

Shades of Medium Purple #AD69ED

Tints of Medium Purple #AD69ED

Color information

#AD69ED (or 0xAD69ED) is unknown color: approx Medium Purple. HEX triplet: AD, 69 and ED. RGB value is (173,105,237). Sum of RGB (Red+Green+Blue) = 173+105+237=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69ED is #529612. Grayscale: #8B8B8B. Windows color (decimal): -5412371 or 15559085. OLE color: 15559085.

HSL color Cylindrical-coordinate representation of color #AD69ED: hue angle of 270.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD69ED is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173105237-
CMYK0.270.5600.07
HSL270.91º78.57%67.06%-
HSV(B)270.91º55.7%92.94%-
XYZ37.5725.182.99-
YUV140.38182.53151.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=33.59%
G=20.39%
B=46.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731052370.270.5600.07270.9178.5767.06
HexAD69ED1B380710f4f43
Octal255151355337007417117103
Binary1010110111010011110110111011111000011110000111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69ED; }

 p { color: rgb(173,105,237); }

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

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

 a { background-color: rgb(173,105,237); }

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

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

 span { border-color: rgb(173,105,237); }

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