#A67FF0

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

Shades of Medium Purple #A67FF0

Tints of Medium Purple #A67FF0

Color information

#A67FF0 (or 0xA67FF0) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and F0. RGB value is (166,127,240). Sum of RGB (Red+Green+Blue) = 166+127+240=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A67FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FF0 is #59800F. Grayscale: #979797. Windows color (decimal): -5865488 or 15761318. OLE color: 15761318.

HSL color Cylindrical-coordinate representation of color #A67FF0: hue angle of 260.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67FF0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166127240-
CMYK0.310.4700.06
HSL260.71º79.02%71.96%-
HSV(B)260.71º47.08%94.12%-
XYZ39.0429.5886.09-
YUV151.54177.92138.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 127 (50% from 255) = 23.83%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=31.14%
G=23.83%
B=45.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661272400.310.4700.06260.7179.0271.96
HexA67FF01F2F061054f48
Octal246177360375706405117110
Binary1010011011111111111000011111101111011010000010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FF0; }

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

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

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

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

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

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

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

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