#A868FD

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

Shades of Medium Purple #A868FD

Tints of Medium Purple #A868FD

Color information

#A868FD (or 0xA868FD) is unknown color: approx Medium Purple. HEX triplet: A8, 68 and FD. RGB value is (168,104,253). Sum of RGB (Red+Green+Blue) = 168+104+253=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #A868FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FD is #579702. Grayscale: #8B8B8B. Windows color (decimal): -5740291 or 16607400. OLE color: 16607400.

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

Color convert

RGB168104253-
CMYK0.340.5900.01
HSL265.77º97.39%70%-
HSV(B)265.77º58.89%99.22%-
XYZ38.8325.3295.77-
YUV140.12191.7147.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=32%
G=19.81%
B=48.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681042530.340.5900.01265.7797.3970
HexA868FD223B0110a6146
Octal250150375427301412141106
Binary101010001101000111111011000101110110110000101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A868FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A868FD; }

 p { color: rgb(168,104,253); }

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

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

 a { background-color: rgb(168,104,253); }

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

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

 span { border-color: rgb(168,104,253); }

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