Html Css Color HEX #A18AF8 Light Slate Blue

📋 copy color: '#A18AF8'

red 161 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #A18AF8

Tints of Light Slate Blue #A18AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 248 (97.27% from 255) = 45.34%

R = 29.43%
G = 25.23%
B = 45.34%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A18AF8 (or 0xA18AF8) is known color: Light Slate Blue. HEX triplet: A1, 8A and F8. RGB value is (161,138,248). Sum of RGB (Red+Green+Blue) = 161+138+248=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #A18AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AF8 is #5E7507. Grayscale: #9D9D9D. Windows color (decimal): -6190344 or 16288417. OLE color: 16288417.

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

Color convert

RGB 161 138 248 -
CMYK 0.35 0.44 0 0.03
HSL 252.55º 0.89% 0.76% -
HSV(B) 252.55º 0.44% 0.97% -
XYZ 40.73 32.53 92.94 -
YUV 157.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 161 138 248 0.35 0.44 0 0.03 252.55 0.89 0.76
Hex A1 8A F8 23 2C 0 3 FD 59 4C
Octal 241 212 370 43 54 0 3 375 131 114
Binary 10100001 10001010 11111000 100011 101100 0 11 11111101 1011001 1001100

Color Harmonies of #A18AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AF8

Black with #A18AF8

Text Example


Text Example

White with #A18AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AF8; }

 p { color: rgb(161,138,248); }

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

background-color css

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

 a { background-color: rgb(161,138,248); }

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

border-color css

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

 span { border-color: rgb(161,138,248); }

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