#A269F6

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

Shades of Medium Purple #A269F6

Tints of Medium Purple #A269F6

Color information

#A269F6 (or 0xA269F6) is unknown color: approx Medium Purple. HEX triplet: A2, 69 and F6. RGB value is (162,105,246). Sum of RGB (Red+Green+Blue) = 162+105+246=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #A269F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269F6 is #5D9609. Grayscale: #898989. Windows color (decimal): -6133258 or 16148898. OLE color: 16148898.

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

Color convert

RGB162105246-
CMYK0.340.5700.04
HSL264.26º88.68%68.82%-
HSV(B)264.26º57.32%96.47%-
XYZ36.5924.4489.98-
YUV138.12188.88145.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=31.58%
G=20.47%
B=47.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621052460.340.5700.04264.2688.6868.82
HexA269F62239041085945
Octal242151366427104410131105
Binary10100010110100111110110100010111001010010000100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269F6; }

 p { color: rgb(162,105,246); }

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

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

 a { background-color: rgb(162,105,246); }

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

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

 span { border-color: rgb(162,105,246); }

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