#A866FE

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

Shades of Medium Purple #A866FE

Tints of Medium Purple #A866FE

Color information

#A866FE (or 0xA866FE) is unknown color: approx Medium Purple. HEX triplet: A8, 66 and FE. RGB value is (168,102,254). Sum of RGB (Red+Green+Blue) = 168+102+254=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #A866FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866FE is #579901. Grayscale: #8A8A8A. Windows color (decimal): -5740802 or 16672424. OLE color: 16672424.

HSL color Cylindrical-coordinate representation of color #A866FE: hue angle of 266.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A866FE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168102254-
CMYK0.340.6000.00
HSL266.05º98.7%69.8%-
HSV(B)266.05º59.84%99.61%-
XYZ38.7924.9896.54-
YUV139.06192.87148.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=32.06%
G=19.47%
B=48.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681022540.340.6000.00266.0598.769.8
HexA866FE223C0010a6346
Octal250146376427400412143106
Binary101010001100110111111101000101111000010000101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866FE; }

 p { color: rgb(168,102,254); }

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

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

 a { background-color: rgb(168,102,254); }

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

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

 span { border-color: rgb(168,102,254); }

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