Html Css Color HEX #A57BFF Light Slate Blue

📋 copy color: '#A57BFF'

red 165 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #A57BFF

Tints of Light Slate Blue #A57BFF

RGB

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

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

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

R = 30.39%
G = 22.65%
B = 46.96%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A57BFF (or 0xA57BFF) is known color: Light Slate Blue. HEX triplet: A5, 7B and FF. RGB value is (165,123,255). Sum of RGB (Red+Green+Blue) = 165+123+255=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BFF is #5A8400. Grayscale: #969696. Windows color (decimal): -5932033 or 16743333. OLE color: 16743333.

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

Color convert

RGB 165 123 255 -
CMYK 0.35 0.52 0 0
HSL 259.09º 1% 0.74% -
HSV(B) 259.09º 0.52% 1% -
XYZ 40.65 29.39 98.14 -
YUV 150.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 165 123 255 0.35 0.52 0 0 259.09 1 0.74
Hex A5 7B FF 23 34 0 0 103 64 4A
Octal 245 173 377 43 64 0 0 403 144 112
Binary 10100101 1111011 11111111 100011 110100 0 0 100000011 1100100 1001010

Color Harmonies of #A57BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57BFF

Black with #A57BFF

Text Example


Text Example

White with #A57BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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