Html Css Color HEX #A57AFE Light Slate Blue

📋 copy color: '#A57AFE'

red 165 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #A57AFE

Tints of Light Slate Blue #A57AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.55%

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 30.5%
G = 22.55%
B = 46.95%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A57AFE (or 0xA57AFE) is known color: Light Slate Blue. HEX triplet: A5, 7A and FE. RGB value is (165,122,254). Sum of RGB (Red+Green+Blue) = 165+122+254=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A57AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57AFE is #5A8501. Grayscale: #959595. Windows color (decimal): -5932290 or 16677541. OLE color: 16677541.

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

Color convert

RGB 165 122 254 -
CMYK 0.35 0.52 0 0.00
HSL 259.55º 0.99% 0.74% -
HSV(B) 259.55º 0.52% 1% -
XYZ 40.37 29.07 97.25 -
YUV 149.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 165 122 254 0.35 0.52 0 0.00 259.55 0.99 0.74
Hex A5 7A FE 23 34 0 0 104 63 4A
Octal 245 172 376 43 64 0 0 404 143 112
Binary 10100101 1111010 11111110 100011 110100 0 0 100000100 1100011 1001010

Color Harmonies of #A57AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AFE

Black with #A57AFE

Text Example


Text Example

White with #A57AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AFE; }

 p { color: rgb(165,122,254); }

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

background-color css

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

 a { background-color: rgb(165,122,254); }

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

border-color css

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

 span { border-color: rgb(165,122,254); }

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