#a377fe

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

Shades of Light Slate Blue #A377FE

Tints of Light Slate Blue #A377FE

Color information

#A377FE (or 0xA377FE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 77 and FE. RGB value is (163,119,254). Sum of RGB (Red+Green+Blue) = 163+119+254=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A377FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377FE is #5C8801. Grayscale: #939393. Windows color (decimal): -6064130 or 16676771. OLE color: 16676771.

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

Color convert

RGB163119254-
CMYK0.360.5300.00
HSL259.56º98.54%73.14%-
HSV(B)259.56º53.15%99.61%-
XYZ39.5928.1497.11-
YUV147.55188.08139.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=30.41%
G=22.20%
B=47.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631192540.360.5300.00259.5698.5473.14
HexA377FE2435001046349
Octal243167376446500404143111
Binary101000111110111111111101001001101010010000010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a377fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a377fe; }

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

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

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

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

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

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

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

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