Html Css Color HEX #A18DF7 Light Slate Blue

📋 copy color: '#A18DF7'

red 161 ◦ green 141 ◦ blue 247

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

Shades of Light Slate Blue #A18DF7

Tints of Light Slate Blue #A18DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.99%

R = 29.33%
G = 25.68%
B = 44.99%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A18DF7 (or 0xA18DF7) is known color: Light Slate Blue. HEX triplet: A1, 8D and F7. RGB value is (161,141,247). Sum of RGB (Red+Green+Blue) = 161+141+247=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #A18DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DF7 is #5E7208. Grayscale: #9E9E9E. Windows color (decimal): -6189577 or 16223649. OLE color: 16223649.

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

Color convert

RGB 161 141 247 -
CMYK 0.35 0.43 0 0.03
HSL 251.32º 0.87% 0.76% -
HSV(B) 251.32º 0.43% 0.97% -
XYZ 41.01 33.34 92.27 -
YUV 159.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 161 141 247 0.35 0.43 0 0.03 251.32 0.87 0.76
Hex A1 8D F7 23 2B 0 3 FB 57 4C
Octal 241 215 367 43 53 0 3 373 127 114
Binary 10100001 10001101 11110111 100011 101011 0 11 11111011 1010111 1001100

Color Harmonies of #A18DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DF7

Black with #A18DF7

Text Example


Text Example

White with #A18DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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