Html Css Color HEX #A18FFF Light Slate Blue

📋 copy color: '#A18FFF'

red 161 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #A18FFF

Tints of Light Slate Blue #A18FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

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

R = 28.8%
G = 25.58%
B = 45.62%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A18FFF (or 0xA18FFF) is known color: Light Slate Blue. HEX triplet: A1, 8F and FF. RGB value is (161,143,255). Sum of RGB (Red+Green+Blue) = 161+143+255=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A18FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFF is #5E7000. Grayscale: #A0A0A0. Windows color (decimal): -6189057 or 16748449. OLE color: 16748449.

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

Color convert

RGB 161 143 255 -
CMYK 0.37 0.44 0 0
HSL 249.64º 1% 0.78% -
HSV(B) 249.64º 0.44% 1% -
XYZ 42.57 34.44 99.01 -
YUV 161.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 161 143 255 0.37 0.44 0 0 249.64 1 0.78
Hex A1 8F FF 25 2C 0 0 FA 64 4E
Octal 241 217 377 45 54 0 0 372 144 116
Binary 10100001 10001111 11111111 100101 101100 0 0 11111010 1100100 1001110

Color Harmonies of #A18FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FFF

Black with #A18FFF

Text Example


Text Example

White with #A18FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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