#A868ED

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

Shades of Medium Purple #A868ED

Tints of Medium Purple #A868ED

Color information

#A868ED (or 0xA868ED) is unknown color: approx Medium Purple. HEX triplet: A8, 68 and ED. RGB value is (168,104,237). Sum of RGB (Red+Green+Blue) = 168+104+237=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A868ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868ED is #579712. Grayscale: #898989. Windows color (decimal): -5740307 or 15558824. OLE color: 15558824.

HSL color Cylindrical-coordinate representation of color #A868ED: hue angle of 268.87º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A868ED is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168104237-
CMYK0.290.5600.07
HSL268.87º78.7%66.86%-
HSV(B)268.87º56.12%92.94%-
XYZ36.3824.3482.9-
YUV138.3183.7149.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=33.01%
G=20.43%
B=46.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681042370.290.5600.07268.8778.766.86
HexA868ED1D380710d4f43
Octal250150355357007415117103
Binary1010100011010001110110111101111000011110000110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A868ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A868ED; }

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

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

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

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

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

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

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

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