Html Css Color HEX #A15BFF Light Slate Blue

📋 copy color: '#A15BFF'

red 161 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #A15BFF

Tints of Light Slate Blue #A15BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.95%

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

R = 31.76%
G = 17.95%
B = 50.3%

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

#A15BFF (or 0xA15BFF) is known color: Light Slate Blue. HEX triplet: A1, 5B and FF. RGB value is (161,91,255). Sum of RGB (Red+Green+Blue) = 161+91+255=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BFF is #5EA400. Grayscale: #828282. Windows color (decimal): -6202369 or 16735137. OLE color: 16735137.

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

Color convert

RGB 161 91 255 -
CMYK 0.37 0.64 0 0
HSL 265.61º 1% 0.68% -
HSV(B) 265.61º 0.64% 1% -
XYZ 36.49 22.28 96.98 -
YUV 130.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 161 91 255 0.37 0.64 0 0 265.61 1 0.68
Hex A1 5B FF 25 40 0 0 10A 64 44
Octal 241 133 377 45 100 0 0 412 144 104
Binary 10100001 1011011 11111111 100101 1000000 0 0 100001010 1100100 1000100

Color Harmonies of #A15BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BFF

Black with #A15BFF

Text Example


Text Example

White with #A15BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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