#A26DFB

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

Shades of Medium Purple #A26DFB

Tints of Medium Purple #A26DFB

Color information

#A26DFB (or 0xA26DFB) is unknown color: approx Medium Purple. HEX triplet: A2, 6D and FB. RGB value is (162,109,251). Sum of RGB (Red+Green+Blue) = 162+109+251=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #A26DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DFB is #5D9204. Grayscale: #8C8C8C. Windows color (decimal): -6132229 or 16477602. OLE color: 16477602.

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

Color convert

RGB162109251-
CMYK0.350.5700.02
HSL262.39º94.67%70.59%-
HSV(B)262.39º56.57%98.43%-
XYZ37.7825.5894.21-
YUV141.04190.06142.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=31.03%
G=20.88%
B=48.08%

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
Decimal1621092510.350.5700.02262.3994.6770.59
HexA26DFB2339021065f47
Octal242155373437102406137107
Binary1010001011011011111101110001111100101010000011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DFB; }

 p { color: rgb(162,109,251); }

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

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

 a { background-color: rgb(162,109,251); }

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

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

 span { border-color: rgb(162,109,251); }

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