Html Css Color HEX #A057FE Light Slate Blue

📋 copy color: '#A057FE'

red 160 ◦ green 87 ◦ blue 254

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

Shades of Light Slate Blue #A057FE

Tints of Light Slate Blue #A057FE

RGB

 RED value IS 160 (62.89% from 255) = 31.94%

 GREEN value IS 87 (34.38% from 255) = 17.37%

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

R = 31.94%
G = 17.37%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A057FE (or 0xA057FE) is known color: Light Slate Blue. HEX triplet: A0, 57 and FE. RGB value is (160,87,254). Sum of RGB (Red+Green+Blue) = 160+87+254=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A057FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057FE is #5FA801. Grayscale: #7F7F7F. Windows color (decimal): -6268930 or 16668576. OLE color: 16668576.

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

Color convert

RGB 160 87 254 -
CMYK 0.37 0.66 0 0.00
HSL 266.23º 0.99% 0.67% -
HSV(B) 266.23º 0.66% 1% -
XYZ 35.79 21.45 96.02 -
YUV 127.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 160 87 254 0.37 0.66 0 0.00 266.23 0.99 0.67
Hex A0 57 FE 25 42 0 0 10A 63 43
Octal 240 127 376 45 102 0 0 412 143 103
Binary 10100000 1010111 11111110 100101 1000010 0 0 100001010 1100011 1000011

Color Harmonies of #A057FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057FE

Black with #A057FE

Text Example


Text Example

White with #A057FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057FE; }

 p { color: rgb(160,87,254); }

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

background-color css

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

 a { background-color: rgb(160,87,254); }

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

border-color css

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

 span { border-color: rgb(160,87,254); }

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