Html Css Color HEX #A059FE Light Slate Blue

📋 copy color: '#A059FE'

red 160 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #A059FE

Tints of Light Slate Blue #A059FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.69%

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

R = 31.81%
G = 17.69%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A059FE (or 0xA059FE) is known color: Light Slate Blue. HEX triplet: A0, 59 and FE. RGB value is (160,89,254). Sum of RGB (Red+Green+Blue) = 160+89+254=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #A059FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FE is #5FA601. Grayscale: #808080. Windows color (decimal): -6268418 or 16669088. OLE color: 16669088.

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

Color convert

RGB 160 89 254 -
CMYK 0.37 0.65 0 0.00
HSL 265.82º 0.99% 0.67% -
HSV(B) 265.82º 0.65% 1% -
XYZ 35.96 21.77 96.07 -
YUV 129.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 160 89 254 0.37 0.65 0 0.00 265.82 0.99 0.67
Hex A0 59 FE 25 41 0 0 10A 63 43
Octal 240 131 376 45 101 0 0 412 143 103
Binary 10100000 1011001 11111110 100101 1000001 0 0 100001010 1100011 1000011

Color Harmonies of #A059FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059FE

Black with #A059FE

Text Example


Text Example

White with #A059FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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