#A57FFF

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

Shades of Light Slate Blue #A57FFF

Tints of Light Slate Blue #A57FFF

Color information

#A57FFF (or 0xA57FFF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 7F and FF. RGB value is (165,127,255). Sum of RGB (Red+Green+Blue) = 165+127+255=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FFF is #5A8000. Grayscale: #989898. Windows color (decimal): -5931009 or 16744357. OLE color: 16744357.

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

Color convert

RGB165127255-
CMYK0.350.5000
HSL257.81º100%74.9%-
HSV(B)257.81º50.2%100%-
XYZ41.1630.498.31-
YUV152.95185.59136.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 255 (100% from 255) = 46.62%
R=30.16%
G=23.22%
B=46.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651272550.350.5000257.8110074.9
HexA57FFF233200102644b
Octal245177377436200402144113
Binary101001011111111111111111000111100100010000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FFF; }

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

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

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

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

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

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

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

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