Html Css Color HEX #A57CFF Light Slate Blue

📋 copy color: '#A57CFF'

red 165 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #A57CFF

Tints of Light Slate Blue #A57CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 30.33%
G = 22.79%
B = 46.88%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A57CFF (or 0xA57CFF) is known color: Light Slate Blue. HEX triplet: A5, 7C and FF. RGB value is (165,124,255). Sum of RGB (Red+Green+Blue) = 165+124+255=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CFF is #5A8300. Grayscale: #969696. Windows color (decimal): -5931777 or 16743589. OLE color: 16743589.

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

Color convert

RGB 165 124 255 -
CMYK 0.35 0.51 0 0
HSL 258.78º 1% 0.74% -
HSV(B) 258.78º 0.51% 1% -
XYZ 40.77 29.63 98.18 -
YUV 151.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 165 124 255 0.35 0.51 0 0 258.78 1 0.74
Hex A5 7C FF 23 33 0 0 103 64 4A
Octal 245 174 377 43 63 0 0 403 144 112
Binary 10100101 1111100 11111111 100011 110011 0 0 100000011 1100100 1001010

Color Harmonies of #A57CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CFF

Black with #A57CFF

Text Example


Text Example

White with #A57CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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