Html Css Color HEX #A57CFB Light Slate Blue

📋 copy color: '#A57CFB'

red 165 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #A57CFB

Tints of Light Slate Blue #A57CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.48%

R = 30.56%
G = 22.96%
B = 46.48%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A57CFB (or 0xA57CFB) is known color: Light Slate Blue. HEX triplet: A5, 7C and FB. RGB value is (165,124,251). Sum of RGB (Red+Green+Blue) = 165+124+251=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A57CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CFB is #5A8304. Grayscale: #969696. Windows color (decimal): -5931781 or 16481445. OLE color: 16481445.

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

Color convert

RGB 165 124 251 -
CMYK 0.34 0.51 0 0.02
HSL 259.37º 0.94% 0.74% -
HSV(B) 259.37º 0.51% 0.98% -
XYZ 40.14 29.38 94.82 -
YUV 150.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 165 124 251 0.34 0.51 0 0.02 259.37 0.94 0.74
Hex A5 7C FB 22 33 0 2 103 5E 4A
Octal 245 174 373 42 63 0 2 403 136 112
Binary 10100101 1111100 11111011 100010 110011 0 10 100000011 1011110 1001010

Color Harmonies of #A57CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CFB

Black with #A57CFB

Text Example


Text Example

White with #A57CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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