#AD66F3

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

Shades of Medium Purple #AD66F3

Tints of Medium Purple #AD66F3

Color information

#AD66F3 (or 0xAD66F3) is unknown color: approx Medium Purple. HEX triplet: AD, 66 and F3. RGB value is (173,102,243). Sum of RGB (Red+Green+Blue) = 173+102+243=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD66F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66F3 is #52990C. Grayscale: #8A8A8A. Windows color (decimal): -5413133 or 15951533. OLE color: 15951533.

HSL color Cylindrical-coordinate representation of color #AD66F3: hue angle of 270.21º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD66F3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173102243-
CMYK0.290.5800.05
HSL270.21º85.45%67.65%-
HSV(B)270.21º58.02%95.29%-
XYZ38.1624.8687.58-
YUV139.3186.52152.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 243 (95.31% from 255) = 46.91%
R=33.40%
G=19.69%
B=46.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731022430.290.5800.05270.2185.4567.65
HexAD66F31D3A0510e5544
Octal255146363357205416125104
Binary1010110111001101111001111101111010010110000111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66F3; }

 p { color: rgb(173,102,243); }

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

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

 a { background-color: rgb(173,102,243); }

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

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

 span { border-color: rgb(173,102,243); }

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