#A26CFF

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

Shades of Light Slate Blue #A26CFF

Tints of Light Slate Blue #A26CFF

Color information

#A26CFF (or 0xA26CFF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 6C and FF. RGB value is (162,108,255). Sum of RGB (Red+Green+Blue) = 162+108+255=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #A26CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CFF is #5D9300. Grayscale: #8C8C8C. Windows color (decimal): -6132481 or 16739490. OLE color: 16739490.

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

Color convert

RGB162108255-
CMYK0.360.5800
HSL262.04º100%71.18%-
HSV(B)262.04º57.65%100%-
XYZ38.3125.6397.53-
YUV140.9192.39143.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 255 (100% from 255) = 48.57%
R=30.86%
G=20.57%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621082550.360.5800262.0410071.18
HexA26CFF243A001066447
Octal242154377447200406144107
Binary101000101101100111111111001001110100010000011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CFF; }

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

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

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

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

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

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

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

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