#A57AFD

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

Shades of Light Slate Blue #A57AFD

Tints of Light Slate Blue #A57AFD

Color information

#A57AFD (or 0xA57AFD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 7A and FD. RGB value is (165,122,253). Sum of RGB (Red+Green+Blue) = 165+122+253=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #A57AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AFD is #5A8502. Grayscale: #959595. Windows color (decimal): -5932291 or 16612005. OLE color: 16612005.

HSL color Cylindrical-coordinate representation of color #A57AFD: hue angle of 259.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A57AFD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165122253-
CMYK0.350.5200.01
HSL259.69º97.04%73.53%-
HSV(B)259.69º51.78%99.22%-
XYZ40.2129.0196.41-
YUV149.79186.25138.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=30.56%
G=22.59%
B=46.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651222530.350.5200.01259.6997.0473.53
HexA57AFD233401104614a
Octal245172375436401404141112
Binary101001011111010111111011000111101000110000010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57AFD; }

 p { color: rgb(165,122,253); }

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

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

 a { background-color: rgb(165,122,253); }

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

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

 span { border-color: rgb(165,122,253); }

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