#A967F6

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

Shades of Medium Purple #A967F6

Tints of Medium Purple #A967F6

Color information

#A967F6 (or 0xA967F6) is unknown color: approx Medium Purple. HEX triplet: A9, 67 and F6. RGB value is (169,103,246). Sum of RGB (Red+Green+Blue) = 169+103+246=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #A967F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967F6 is #569809. Grayscale: #8A8A8A. Windows color (decimal): -5675018 or 16148393. OLE color: 16148393.

HSL color Cylindrical-coordinate representation of color #A967F6: hue angle of 267.69º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A967F6 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169103246-
CMYK0.310.5800.04
HSL267.69º88.82%68.43%-
HSV(B)267.69º58.13%96.47%-
XYZ37.8524.7989.98-
YUV139.04188.37149.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 246 (96.48% from 255) = 47.49%
R=32.63%
G=19.88%
B=47.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691032460.310.5800.04267.6988.8268.43
HexA967F61F3A0410c5944
Octal251147366377204414131104
Binary1010100111001111111011011111111010010010000110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967F6; }

 p { color: rgb(169,103,246); }

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

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

 a { background-color: rgb(169,103,246); }

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

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

 span { border-color: rgb(169,103,246); }

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