#A86FF4

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

Shades of Medium Purple #A86FF4

Tints of Medium Purple #A86FF4

Color information

#A86FF4 (or 0xA86FF4) is unknown color: approx Medium Purple. HEX triplet: A8, 6F and F4. RGB value is (168,111,244). Sum of RGB (Red+Green+Blue) = 168+111+244=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #A86FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FF4 is #57900B. Grayscale: #8E8E8E. Windows color (decimal): -5738508 or 16019368. OLE color: 16019368.

HSL color Cylindrical-coordinate representation of color #A86FF4: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86FF4 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168111244-
CMYK0.310.5500.04
HSL265.71º85.81%69.61%-
HSV(B)265.71º54.51%95.69%-
XYZ38.1626.2388.64-
YUV143.2184.88145.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=32.12%
G=21.22%
B=46.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681112440.310.5500.04265.7185.8169.61
HexA86FF41F370410a5646
Octal250157364376704412126106
Binary1010100011011111111010011111110111010010000101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FF4; }

 p { color: rgb(168,111,244); }

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

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

 a { background-color: rgb(168,111,244); }

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

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

 span { border-color: rgb(168,111,244); }

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