#A677FE

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

Shades of Light Slate Blue #A677FE

Tints of Light Slate Blue #A677FE

Color information

#A677FE (or 0xA677FE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 77 and FE. RGB value is (166,119,254). Sum of RGB (Red+Green+Blue) = 166+119+254=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A677FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677FE is #598801. Grayscale: #939393. Windows color (decimal): -5867522 or 16676774. OLE color: 16676774.

HSL color Cylindrical-coordinate representation of color #A677FE: hue angle of 260.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A677FE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166119254-
CMYK0.350.5300.00
HSL260.89º98.54%73.14%-
HSV(B)260.89º53.15%99.61%-
XYZ40.2128.4697.14-
YUV148.44187.57140.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=30.80%
G=22.08%
B=47.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661192540.350.5300.00260.8998.5473.14
HexA677FE2335001056349
Octal246167376436500405143111
Binary101001101110111111111101000111101010010000010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A677FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A677FE; }

 p { color: rgb(166,119,254); }

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

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

 a { background-color: rgb(166,119,254); }

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

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

 span { border-color: rgb(166,119,254); }

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