#A654FD

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

Shades of Medium Purple #A654FD

Tints of Medium Purple #A654FD

Color information

#A654FD (or 0xA654FD) is unknown color: approx Medium Purple. HEX triplet: A6, 54 and FD. RGB value is (166,84,253). Sum of RGB (Red+Green+Blue) = 166+84+253=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A654FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A654FD is #59AB02. Grayscale: #7F7F7F. Windows color (decimal): -5876483 or 16602278. OLE color: 16602278.

HSL color Cylindrical-coordinate representation of color #A654FD: hue angle of 269.11º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A654FD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16684253-
CMYK0.340.6700.01
HSL269.11º97.69%66.08%-
HSV(B)269.11º66.8%99.22%-
XYZ36.6321.5495.16-
YUV127.78198.67155.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 84 (33.20% from 255) = 16.70%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=33.00%
G=16.70%
B=50.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166842530.340.6700.01269.1197.6966.08
HexA654FD22430110d6242
Octal2461243754210301415142102
Binary1010011010101001111110110001010000110110000110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A654FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A654FD; }

 p { color: rgb(166,84,253); }

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

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

 a { background-color: rgb(166,84,253); }

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

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

 span { border-color: rgb(166,84,253); }

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