#A67FDF

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

Shades of Medium Purple #A67FDF

Tints of Medium Purple #A67FDF

Color information

#A67FDF (or 0xA67FDF) is unknown color: approx Medium Purple. HEX triplet: A6, 7F and DF. RGB value is (166,127,223). Sum of RGB (Red+Green+Blue) = 166+127+223=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A67FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FDF is #598020. Grayscale: #959595. Windows color (decimal): -5865505 or 14647206. OLE color: 14647206.

HSL color Cylindrical-coordinate representation of color #A67FDF: hue angle of 264.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67FDF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166127223-
CMYK0.260.4300.13
HSL264.38º60%68.63%-
HSV(B)264.38º43.05%87.45%-
XYZ36.6328.6173.4-
YUV149.6169.42139.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=32.17%
G=24.61%
B=43.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661272230.260.4300.13264.386068.63
HexA67FDF1A2B0D1083c45
Octal246177337325301541074105
Binary1010011011111111101111111010101011011011000010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FDF; }

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

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

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

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

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

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

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

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