Html Css Color HEX #A57CFE Light Slate Blue

📋 copy color: '#A57CFE'

red 165 ◦ green 124 ◦ blue 254

#A57CFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #A57CFE

Tints of Light Slate Blue #A57CFE

RGB

 RED value IS 165 (64.84% from 255) = 30.39%

 GREEN value IS 124 (48.83% from 255) = 22.84%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 30.39%
G = 22.84%
B = 46.78%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A57CFE (or 0xA57CFE) is known color: Light Slate Blue. HEX triplet: A5, 7C and FE. RGB value is (165,124,254). Sum of RGB (Red+Green+Blue) = 165+124+254=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A57CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CFE is #5A8301. Grayscale: #969696. Windows color (decimal): -5931778 or 16678053. OLE color: 16678053.

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

Color convert

RGB 165 124 254 -
CMYK 0.35 0.51 0 0.00
HSL 258.92º 0.98% 0.74% -
HSV(B) 258.92º 0.51% 1% -
XYZ 40.61 29.57 97.33 -
YUV 151.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 165 124 254 0.35 0.51 0 0.00 258.92 0.98 0.74
Hex A5 7C FE 23 33 0 0 103 62 4A
Octal 245 174 376 43 63 0 0 403 142 112
Binary 10100101 1111100 11111110 100011 110011 0 0 100000011 1100010 1001010

Color Harmonies of #A57CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CFE

Black with #A57CFE

Text Example


Text Example

White with #A57CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CFE; }

 p { color: rgb(165,124,254); }

 H1.HeaderClassName
 {
   color: #A57CFE;
 }
 .AnyTagClassName
 {
   color: #A57CFE;
 }
</style>

background-color css

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

 a { background-color: rgb(165,124,254); }

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

border-color css

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

 span { border-color: rgb(165,124,254); }

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