#a57eff

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

Shades of Light Slate Blue #A57EFF

Tints of Light Slate Blue #A57EFF

Color information

#A57EFF (or 0xA57EFF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 7E and FF. RGB value is (165,126,255). Sum of RGB (Red+Green+Blue) = 165+126+255=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EFF is #5A8100. Grayscale: #979797. Windows color (decimal): -5931265 or 16744101. OLE color: 16744101.

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

Color convert

RGB165126255-
CMYK0.350.5100
HSL258.14º100%74.71%-
HSV(B)258.14º50.59%100%-
XYZ41.0330.1498.26-
YUV152.37185.92137.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 255 (100% from 255) = 46.70%
R=30.22%
G=23.08%
B=46.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651262550.350.5100258.1410074.71
HexA57EFF233300102644b
Octal245176377436300402144113
Binary101001011111110111111111000111100110010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57eff; }

 p { color: rgb(165,126,255); }

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

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

 a { background-color: rgb(165,126,255); }

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

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

 span { border-color: rgb(165,126,255); }

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