Html Css Color HEX #A159FE Light Slate Blue

📋 copy color: '#A159FE'

red 161 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #A159FE

Tints of Light Slate Blue #A159FE

RGB

 RED value IS 161 (63.28% from 255) = 31.94%

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

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

R = 31.94%
G = 17.66%
B = 50.4%

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

#A159FE (or 0xA159FE) is known color: Light Slate Blue. HEX triplet: A1, 59 and FE. RGB value is (161,89,254). Sum of RGB (Red+Green+Blue) = 161+89+254=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #A159FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159FE is #5EA601. Grayscale: #808080. Windows color (decimal): -6202882 or 16669089. OLE color: 16669089.

HSL color Cylindrical-coordinate representation of color #A159FE: hue angle of 266.18º 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 #A159FE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 89 254 -
CMYK 0.37 0.65 0 0.00
HSL 266.18º 0.99% 0.67% -
HSV(B) 266.18º 0.65% 1% -
XYZ 36.16 21.88 96.08 -
YUV 129.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 161 89 254 0.37 0.65 0 0.00 266.18 0.99 0.67
Hex A1 59 FE 25 41 0 0 10A 63 43
Octal 241 131 376 45 101 0 0 412 143 103
Binary 10100001 1011001 11111110 100101 1000001 0 0 100001010 1100011 1000011

Color Harmonies of #A159FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A159FE

Black with #A159FE

Text Example


Text Example

White with #A159FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A159FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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