#AD68FD

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

Shades of Medium Purple #AD68FD

Tints of Medium Purple #AD68FD

Color information

#AD68FD (or 0xAD68FD) is unknown color: approx Medium Purple. HEX triplet: AD, 68 and FD. RGB value is (173,104,253). Sum of RGB (Red+Green+Blue) = 173+104+253=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68FD is #529702. Grayscale: #8D8D8D. Windows color (decimal): -5412611 or 16607405. OLE color: 16607405.

HSL color Cylindrical-coordinate representation of color #AD68FD: hue angle of 267.79º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD68FD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173104253-
CMYK0.320.5900.01
HSL267.79º97.39%70%-
HSV(B)267.79º58.89%99.22%-
XYZ39.9125.8895.82-
YUV141.62190.86150.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 104 (41.02% from 255) = 19.62%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=32.64%
G=19.62%
B=47.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731042530.320.5900.01267.7997.3970
HexAD68FD203B0110c6146
Octal255150375407301414141106
Binary101011011101000111111011000001110110110000110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68FD; }

 p { color: rgb(173,104,253); }

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

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

 a { background-color: rgb(173,104,253); }

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

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

 span { border-color: rgb(173,104,253); }

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