Html Css Color HEX #A057FF Light Slate Blue

📋 copy color: '#A057FF'

red 160 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #A057FF

Tints of Light Slate Blue #A057FF

RGB

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

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

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

R = 31.87%
G = 17.33%
B = 50.8%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A057FF (or 0xA057FF) is known color: Light Slate Blue. HEX triplet: A0, 57 and FF. RGB value is (160,87,255). Sum of RGB (Red+Green+Blue) = 160+87+255=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #A057FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057FF is #5FA800. Grayscale: #7F7F7F. Windows color (decimal): -6268929 or 16734112. OLE color: 16734112.

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

Color convert

RGB 160 87 255 -
CMYK 0.37 0.66 0 0
HSL 266.07º 1% 0.67% -
HSV(B) 266.07º 0.66% 1% -
XYZ 35.96 21.51 96.86 -
YUV 127.98 199.68 150.84 -
System Red Green Blue C M Y K H S L
Decimal 160 87 255 0.37 0.66 0 0 266.07 1 0.67
Hex A0 57 FF 25 42 0 0 10A 64 43
Octal 240 127 377 45 102 0 0 412 144 103
Binary 10100000 1010111 11111111 100101 1000010 0 0 100001010 1100100 1000011

Color Harmonies of #A057FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057FF

Black with #A057FF

Text Example


Text Example

White with #A057FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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