#A366FE

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

Shades of Light Slate Blue #A366FE

Tints of Light Slate Blue #A366FE

Color information

#A366FE (or 0xA366FE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 66 and FE. RGB value is (163,102,254). Sum of RGB (Red+Green+Blue) = 163+102+254=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A366FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366FE is #5C9901. Grayscale: #898989. Windows color (decimal): -6068482 or 16672419. OLE color: 16672419.

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

Color convert

RGB163102254-
CMYK0.360.6000.00
HSL264.08º98.7%69.8%-
HSV(B)264.08º59.84%99.61%-
XYZ37.7524.4596.49-
YUV137.57193.71146.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 102 (40.23% from 255) = 19.65%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=31.41%
G=19.65%
B=48.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631022540.360.6000.00264.0898.769.8
HexA366FE243C001086346
Octal243146376447400410143106
Binary101000111100110111111101001001111000010000100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366FE; }

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

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

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

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

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

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

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

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