Html Css Color HEX #A57CFD Light Slate Blue

📋 copy color: '#A57CFD'

red 165 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A57CFD

Tints of Light Slate Blue #A57CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 30.44%
G = 22.88%
B = 46.68%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A57CFD (or 0xA57CFD) is known color: Light Slate Blue. HEX triplet: A5, 7C and FD. RGB value is (165,124,253). Sum of RGB (Red+Green+Blue) = 165+124+253=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #A57CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CFD is #5A8302. Grayscale: #969696. Windows color (decimal): -5931779 or 16612517. OLE color: 16612517.

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

Color convert

RGB 165 124 253 -
CMYK 0.35 0.51 0 0.01
HSL 259.07º 0.97% 0.74% -
HSV(B) 259.07º 0.51% 0.99% -
XYZ 40.45 29.51 96.49 -
YUV 150.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 165 124 253 0.35 0.51 0 0.01 259.07 0.97 0.74
Hex A5 7C FD 23 33 0 1 103 61 4A
Octal 245 174 375 43 63 0 1 403 141 112
Binary 10100101 1111100 11111101 100011 110011 0 1 100000011 1100001 1001010

Color Harmonies of #A57CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CFD

Black with #A57CFD

Text Example


Text Example

White with #A57CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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