#A057FE

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

Shades of Light Slate Blue #A057FE

Tints of Light Slate Blue #A057FE

Color information

#A057FE (or 0xA057FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 57 and FE. RGB value is (160,87,254). Sum of RGB (Red+Green+Blue) = 160+87+254=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A057FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057FE is #5FA801. Grayscale: #7F7F7F. Windows color (decimal): -6268930 or 16668576. OLE color: 16668576.

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

Color convert

RGB16087254-
CMYK0.370.6600.00
HSL266.23º98.82%66.86%-
HSV(B)266.23º65.75%99.61%-
XYZ35.7921.4596.02-
YUV127.86199.18150.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 87 (34.38% from 255) = 17.37%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=31.94%
G=17.37%
B=50.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal160872540.370.6600.00266.2398.8266.86
HexA057FE25420010a6343
Octal2401273764510200412143103
Binary1010000010101111111111010010110000100010000101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A057FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A057FE; }

 p { color: rgb(160,87,254); }

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

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

 a { background-color: rgb(160,87,254); }

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

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

 span { border-color: rgb(160,87,254); }

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