#A26BF3

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

Shades of Medium Purple #A26BF3

Tints of Medium Purple #A26BF3

Color information

#A26BF3 (or 0xA26BF3) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and F3. RGB value is (162,107,243). Sum of RGB (Red+Green+Blue) = 162+107+243=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #A26BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BF3 is #5D940C. Grayscale: #8A8A8A. Windows color (decimal): -6132749 or 15952802. OLE color: 15952802.

HSL color Cylindrical-coordinate representation of color #A26BF3: hue angle of 264.26º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26BF3 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162107243-
CMYK0.330.5600.05
HSL264.26º85%68.63%-
HSV(B)264.26º55.97%95.29%-
XYZ36.3424.6787.64-
YUV138.95186.72144.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 107 (42.19% from 255) = 20.90%
BLUE value IS 243 (95.31% from 255) = 47.46%
R=31.64%
G=20.90%
B=47.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621072430.330.5600.05264.268568.63
HexA26BF32138051085545
Octal242153363417005410125105
Binary10100010110101111110011100001111000010110000100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BF3; }

 p { color: rgb(162,107,243); }

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

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

 a { background-color: rgb(162,107,243); }

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

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

 span { border-color: rgb(162,107,243); }

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