#A366FF

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

Shades of Light Slate Blue #A366FF

Tints of Light Slate Blue #A366FF

Color information

#A366FF (or 0xA366FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 66 and FF. RGB value is (163,102,255). Sum of RGB (Red+Green+Blue) = 163+102+255=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A366FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366FF is #5C9900. Grayscale: #898989. Windows color (decimal): -6068481 or 16737955. OLE color: 16737955.

HSL color Cylindrical-coordinate representation of color #A366FF: hue angle of 263.92º 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 #A366FF is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB163102255-
CMYK0.360.600
HSL263.92º100%70%-
HSV(B)263.92º60%100%-
XYZ37.9124.5197.34-
YUV137.68194.21146.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 255 (100% from 255) = 49.04%
R=31.35%
G=19.62%
B=49.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631022550.360.600263.9210070
HexA366FF243C001086446
Octal243146377447400410144106
Binary101000111100110111111111001001111000010000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366FF; }

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

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

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

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

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

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

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

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