Html Css Color HEX #A18FFD Light Slate Blue

📋 copy color: '#A18FFD'

red 161 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #A18FFD

Tints of Light Slate Blue #A18FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 28.9%
G = 25.67%
B = 45.42%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A18FFD (or 0xA18FFD) is known color: Light Slate Blue. HEX triplet: A1, 8F and FD. RGB value is (161,143,253). Sum of RGB (Red+Green+Blue) = 161+143+253=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #A18FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFD is #5E7002. Grayscale: #A0A0A0. Windows color (decimal): -6189059 or 16617377. OLE color: 16617377.

HSL color Cylindrical-coordinate representation of color #A18FFD: hue angle of 249.82º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18FFD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 143 253 -
CMYK 0.36 0.43 0 0.01
HSL 249.82º 0.96% 0.78% -
HSV(B) 249.82º 0.43% 0.99% -
XYZ 42.25 34.31 97.32 -
YUV 160.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 161 143 253 0.36 0.43 0 0.01 249.82 0.96 0.78
Hex A1 8F FD 24 2B 0 1 FA 60 4E
Octal 241 217 375 44 53 0 1 372 140 116
Binary 10100001 10001111 11111101 100100 101011 0 1 11111010 1100000 1001110

Color Harmonies of #A18FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FFD

Black with #A18FFD

Text Example


Text Example

White with #A18FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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