#A26CF9

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

Shades of Medium Purple #A26CF9

Tints of Medium Purple #A26CF9

Color information

#A26CF9 (or 0xA26CF9) is unknown color: approx Medium Purple. HEX triplet: A2, 6C and F9. RGB value is (162,108,249). Sum of RGB (Red+Green+Blue) = 162+108+249=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #A26CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CF9 is #5D9306. Grayscale: #8B8B8B. Windows color (decimal): -6132487 or 16346274. OLE color: 16346274.

HSL color Cylindrical-coordinate representation of color #A26CF9: hue angle of 262.98º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26CF9 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162108249-
CMYK0.350.5700.02
HSL262.98º92.16%70%-
HSV(B)262.98º56.63%97.65%-
XYZ37.3625.2592.53-
YUV140.22189.39143.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 108 (42.58% from 255) = 20.81%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=31.21%
G=20.81%
B=47.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621082490.350.5700.02262.9892.1670
HexA26CF92339021075c46
Octal242154371437102407134106
Binary1010001011011001111100110001111100101010000011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CF9; }

 p { color: rgb(162,108,249); }

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

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

 a { background-color: rgb(162,108,249); }

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

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

 span { border-color: rgb(162,108,249); }

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