Html Css Color HEX #A15AFF Light Slate Blue

📋 copy color: '#A15AFF'

red 161 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #A15AFF

Tints of Light Slate Blue #A15AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.79%

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

R = 31.82%
G = 17.79%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A15AFF (or 0xA15AFF) is known color: Light Slate Blue. HEX triplet: A1, 5A and FF. RGB value is (161,90,255). Sum of RGB (Red+Green+Blue) = 161+90+255=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AFF is #5EA500. Grayscale: #818181. Windows color (decimal): -6202625 or 16734881. OLE color: 16734881.

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

Color convert

RGB 161 90 255 -
CMYK 0.37 0.65 0 0
HSL 265.82º 1% 0.68% -
HSV(B) 265.82º 0.65% 1% -
XYZ 36.4 22.11 96.96 -
YUV 130.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 161 90 255 0.37 0.65 0 0 265.82 1 0.68
Hex A1 5A FF 25 41 0 0 10A 64 44
Octal 241 132 377 45 101 0 0 412 144 104
Binary 10100001 1011010 11111111 100101 1000001 0 0 100001010 1100100 1000100

Color Harmonies of #A15AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AFF

Black with #A15AFF

Text Example


Text Example

White with #A15AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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