#A67AF0

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

Shades of Medium Purple #A67AF0

Tints of Medium Purple #A67AF0

Color information

#A67AF0 (or 0xA67AF0) is unknown color: approx Medium Purple. HEX triplet: A6, 7A and F0. RGB value is (166,122,240). Sum of RGB (Red+Green+Blue) = 166+122+240=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #A67AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF0 is #59850F. Grayscale: #949494. Windows color (decimal): -5866768 or 15760038. OLE color: 15760038.

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

Color convert

RGB166122240-
CMYK0.310.4900.06
HSL262.37º79.73%70.98%-
HSV(B)262.37º49.17%94.12%-
XYZ38.4128.3285.88-
YUV148.61179.58140.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=31.44%
G=23.11%
B=45.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661222400.310.4900.06262.3779.7370.98
HexA67AF01F31061065047
Octal246172360376106406120107
Binary1010011011110101111000011111110001011010000011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67AF0; }

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

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

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

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

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

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

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

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