#A266FF

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

Shades of Light Slate Blue #A266FF

Tints of Light Slate Blue #A266FF

Color information

#A266FF (or 0xA266FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 66 and FF. RGB value is (162,102,255). Sum of RGB (Red+Green+Blue) = 162+102+255=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A266FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266FF is #5D9900. Grayscale: #888888. Windows color (decimal): -6134017 or 16737954. OLE color: 16737954.

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

Color convert

RGB162102255-
CMYK0.360.600
HSL263.53º100%70%-
HSV(B)263.53º60%100%-
XYZ37.724.497.33-
YUV137.38194.38145.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 255 (100% from 255) = 49.13%
R=31.21%
G=19.65%
B=49.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621022550.360.600263.5310070
HexA266FF243C001086446
Octal242146377447400410144106
Binary101000101100110111111111001001111000010000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266FF; }

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

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

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

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

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

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

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

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