#A865ED

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

Shades of Medium Purple #A865ED

Tints of Medium Purple #A865ED

Color information

#A865ED (or 0xA865ED) is unknown color: approx Medium Purple. HEX triplet: A8, 65 and ED. RGB value is (168,101,237). Sum of RGB (Red+Green+Blue) = 168+101+237=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #A865ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865ED is #579A12. Grayscale: #888888. Windows color (decimal): -5741075 or 15558056. OLE color: 15558056.

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

Color convert

RGB168101237-
CMYK0.290.5700.07
HSL269.56º79.07%66.27%-
HSV(B)269.56º57.38%92.94%-
XYZ36.0923.7582.8-
YUV136.54184.7150.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=33.20%
G=19.96%
B=46.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681012370.290.5700.07269.5679.0766.27
HexA865ED1D390710e4f42
Octal250145355357107416117102
Binary1010100011001011110110111101111001011110000111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A865ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A865ED; }

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

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

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

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

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

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

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

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