Html Css Color HEX #A15CFF Light Slate Blue

📋 copy color: '#A15CFF'

red 161 ◦ green 92 ◦ blue 255

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

Shades of Light Slate Blue #A15CFF

Tints of Light Slate Blue #A15CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

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

R = 31.69%
G = 18.11%
B = 50.2%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A15CFF (or 0xA15CFF) is known color: Light Slate Blue. HEX triplet: A1, 5C and FF. RGB value is (161,92,255). Sum of RGB (Red+Green+Blue) = 161+92+255=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CFF is #5EA300. Grayscale: #828282. Windows color (decimal): -6202113 or 16735393. OLE color: 16735393.

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

Color convert

RGB 161 92 255 -
CMYK 0.37 0.64 0 0
HSL 265.4º 1% 0.68% -
HSV(B) 265.4º 0.64% 1% -
XYZ 36.58 22.45 97.01 -
YUV 131.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 161 92 255 0.37 0.64 0 0 265.4 1 0.68
Hex A1 5C FF 25 40 0 0 109 64 44
Octal 241 134 377 45 100 0 0 411 144 104
Binary 10100001 1011100 11111111 100101 1000000 0 0 100001001 1100100 1000100

Color Harmonies of #A15CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CFF

Black with #A15CFF

Text Example


Text Example

White with #A15CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CFF; }

 p { color: rgb(161,92,255); }

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

background-color css

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

 a { background-color: rgb(161,92,255); }

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

border-color css

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

 span { border-color: rgb(161,92,255); }

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