#A26DFC

Color #A26DFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A26DFC

Tints of Light Slate Blue #A26DFC

Color information

#A26DFC (or 0xA26DFC) is unknown color: approx Light Slate Blue. HEX triplet: A2, 6D and FC. RGB value is (162,109,252). Sum of RGB (Red+Green+Blue) = 162+109+252=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #A26DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DFC is #5D9203. Grayscale: #8C8C8C. Windows color (decimal): -6132228 or 16543138. OLE color: 16543138.

HSL color Cylindrical-coordinate representation of color #A26DFC: hue angle of 262.24º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26DFC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162109252-
CMYK0.360.5700.01
HSL262.24º95.97%70.78%-
HSV(B)262.24º56.75%98.82%-
XYZ37.9425.6595.05-
YUV141.15190.56142.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 109 (42.97% from 255) = 20.84%
BLUE value IS 252 (98.83% from 255) = 48.18%
R=30.98%
G=20.84%
B=48.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621092520.360.5700.01262.2495.9770.78
HexA26DFC2439011066047
Octal242155374447101406140107
Binary101000101101101111111001001001110010110000011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DFC; }

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

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

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

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

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

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

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

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