#A26BF5

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

Shades of Medium Purple #A26BF5

Tints of Medium Purple #A26BF5

Color information

#A26BF5 (or 0xA26BF5) is unknown color: approx Medium Purple. HEX triplet: A2, 6B and F5. RGB value is (162,107,245). Sum of RGB (Red+Green+Blue) = 162+107+245=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #A26BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BF5 is #5D940A. Grayscale: #8A8A8A. Windows color (decimal): -6132747 or 16083874. OLE color: 16083874.

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

Color convert

RGB162107245-
CMYK0.340.5600.04
HSL263.91º87.34%69.02%-
HSV(B)263.91º56.33%96.08%-
XYZ36.6424.7989.24-
YUV139.18187.72144.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 245 (96.09% from 255) = 47.67%
R=31.52%
G=20.82%
B=47.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621072450.340.5600.04263.9187.3469.02
HexA26BF52238041085745
Octal242153365427004410127105
Binary10100010110101111110101100010111000010010000100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BF5; }

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

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

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

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

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

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

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

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