#A67FED

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

Shades of Medium Purple #A67FED

Tints of Medium Purple #A67FED

Color information

#A67FED (or 0xA67FED) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and ED. RGB value is (166,127,237). Sum of RGB (Red+Green+Blue) = 166+127+237=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FED is #598012. Grayscale: #969696. Windows color (decimal): -5865491 or 15564710. OLE color: 15564710.

HSL color Cylindrical-coordinate representation of color #A67FED: hue angle of 261.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166127237-
CMYK0.300.4600.07
HSL261.27º75.34%71.37%-
HSV(B)261.27º46.41%92.94%-
XYZ38.629.483.76-
YUV151.2176.42138.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=31.32%
G=23.96%
B=44.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661272370.300.4600.07261.2775.3471.37
HexA67FED1E2E071054b47
Octal246177355365607405113107
Binary1010011011111111110110111110101110011110000010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FED; }

 p { color: rgb(166,127,237); }

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

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

 a { background-color: rgb(166,127,237); }

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

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

 span { border-color: rgb(166,127,237); }

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