Html Css Color HEX #A18DF9 Light Slate Blue

📋 copy color: '#A18DF9'

red 161 ◦ green 141 ◦ blue 249

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

Shades of Light Slate Blue #A18DF9

Tints of Light Slate Blue #A18DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 29.22%
G = 25.59%
B = 45.19%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A18DF9 (or 0xA18DF9) is known color: Light Slate Blue. HEX triplet: A1, 8D and F9. RGB value is (161,141,249). Sum of RGB (Red+Green+Blue) = 161+141+249=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #A18DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DF9 is #5E7206. Grayscale: #9E9E9E. Windows color (decimal): -6189575 or 16354721. OLE color: 16354721.

HSL color Cylindrical-coordinate representation of color #A18DF9: hue angle of 251.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A18DF9 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 141 249 -
CMYK 0.35 0.43 0 0.02
HSL 251.11º 0.9% 0.76% -
HSV(B) 251.11º 0.43% 0.98% -
XYZ 41.32 33.47 93.9 -
YUV 159.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 161 141 249 0.35 0.43 0 0.02 251.11 0.9 0.76
Hex A1 8D F9 23 2B 0 2 FB 5A 4C
Octal 241 215 371 43 53 0 2 373 132 114
Binary 10100001 10001101 11111001 100011 101011 0 10 11111011 1011010 1001100

Color Harmonies of #A18DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DF9

Black with #A18DF9

Text Example


Text Example

White with #A18DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DF9; }

 p { color: rgb(161,141,249); }

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

background-color css

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

 a { background-color: rgb(161,141,249); }

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

border-color css

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

 span { border-color: rgb(161,141,249); }

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