#AD6CFA

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

Shades of Medium Purple #AD6CFA

Tints of Medium Purple #AD6CFA

Color information

#AD6CFA (or 0xAD6CFA) is unknown color: approx Medium Purple. HEX triplet: AD, 6C and FA. RGB value is (173,108,250). Sum of RGB (Red+Green+Blue) = 173+108+250=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6CFA is #529305. Grayscale: #8F8F8F. Windows color (decimal): -5411590 or 16411821. OLE color: 16411821.

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

Color convert

RGB173108250-
CMYK0.310.5700.02
HSL267.46º93.42%70.2%-
HSV(B)267.46º56.8%98.04%-
XYZ39.8526.5193.46-
YUV143.62188.03148.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=32.58%
G=20.34%
B=47.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731082500.310.5700.02267.4693.4270.2
HexAD6CFA1F390210b5d46
Octal255154372377102413135106
Binary101011011101100111110101111111100101010000101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CFA; }

 p { color: rgb(173,108,250); }

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

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

 a { background-color: rgb(173,108,250); }

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

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

 span { border-color: rgb(173,108,250); }

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