#AD61FA

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

Shades of Medium Purple #AD61FA

Tints of Medium Purple #AD61FA

Color information

#AD61FA (or 0xAD61FA) is unknown color: approx Medium Purple. HEX triplet: AD, 61 and FA. RGB value is (173,97,250). Sum of RGB (Red+Green+Blue) = 173+97+250=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD61FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61FA is #529E05. Grayscale: #888888. Windows color (decimal): -5414406 or 16409005. OLE color: 16409005.

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

Color convert

RGB17397250-
CMYK0.310.6100.02
HSL269.8º93.87%68.04%-
HSV(B)269.8º61.2%98.04%-
XYZ38.7624.3493.1-
YUV137.17191.68153.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=33.27%
G=18.65%
B=48.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173972500.310.6100.02269.893.8768.04
HexAD61FA1F3D0210e5e44
Octal255141372377502416136104
Binary101011011100001111110101111111110101010000111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61FA; }

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

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

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

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

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

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

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

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