Html Css Color HEX #A57BFC Light Slate Blue

📋 copy color: '#A57BFC'

red 165 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #A57BFC

Tints of Light Slate Blue #A57BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.78%

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 30.56%
G = 22.78%
B = 46.67%

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

#A57BFC (or 0xA57BFC) is known color: Light Slate Blue. HEX triplet: A5, 7B and FC. RGB value is (165,123,252). Sum of RGB (Red+Green+Blue) = 165+123+252=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A57BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BFC is #5A8403. Grayscale: #959595. Windows color (decimal): -5932036 or 16546725. OLE color: 16546725.

HSL color Cylindrical-coordinate representation of color #A57BFC: hue angle of 259.53º degrees, saturation: 0.96, 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 #A57BFC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 123 252 -
CMYK 0.35 0.51 0 0.01
HSL 259.53º 0.96% 0.74% -
HSV(B) 259.53º 0.51% 0.99% -
XYZ 40.17 29.19 95.61 -
YUV 150.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 165 123 252 0.35 0.51 0 0.01 259.53 0.96 0.74
Hex A5 7B FC 23 33 0 1 104 60 4A
Octal 245 173 374 43 63 0 1 404 140 112
Binary 10100101 1111011 11111100 100011 110011 0 1 100000100 1100000 1001010

Color Harmonies of #A57BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BFC

Black with #A57BFC

Text Example


Text Example

White with #A57BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BFC; }

 p { color: rgb(165,123,252); }

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

background-color css

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

 a { background-color: rgb(165,123,252); }

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

border-color css

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

 span { border-color: rgb(165,123,252); }

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