Html Css Color HEX #A15DFF Light Slate Blue

📋 copy color: '#A15DFF'

red 161 ◦ green 93 ◦ blue 255

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

Shades of Light Slate Blue #A15DFF

Tints of Light Slate Blue #A15DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.27%

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

R = 31.63%
G = 18.27%
B = 50.1%

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

#A15DFF (or 0xA15DFF) is known color: Light Slate Blue. HEX triplet: A1, 5D and FF. RGB value is (161,93,255). Sum of RGB (Red+Green+Blue) = 161+93+255=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15DFF is #5EA200. Grayscale: #838383. Windows color (decimal): -6201857 or 16735649. OLE color: 16735649.

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

Color convert

RGB 161 93 255 -
CMYK 0.37 0.64 0 0
HSL 265.19º 1% 0.68% -
HSV(B) 265.19º 0.64% 1% -
XYZ 36.66 22.63 97.04 -
YUV 131.8 197.53 148.83 -
System Red Green Blue C M Y K H S L
Decimal 161 93 255 0.37 0.64 0 0 265.19 1 0.68
Hex A1 5D FF 25 40 0 0 109 64 44
Octal 241 135 377 45 100 0 0 411 144 104
Binary 10100001 1011101 11111111 100101 1000000 0 0 100001001 1100100 1000100

Color Harmonies of #A15DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DFF

Black with #A15DFF

Text Example


Text Example

White with #A15DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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