Html Css Color HEX #A18EFB Light Slate Blue

📋 copy color: '#A18EFB'

red 161 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #A18EFB

Tints of Light Slate Blue #A18EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 29.06%
G = 25.63%
B = 45.31%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A18EFB (or 0xA18EFB) is known color: Light Slate Blue. HEX triplet: A1, 8E and FB. RGB value is (161,142,251). Sum of RGB (Red+Green+Blue) = 161+142+251=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EFB is #5E7104. Grayscale: #9F9F9F. Windows color (decimal): -6189317 or 16486049. OLE color: 16486049.

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

Color convert

RGB 161 142 251 -
CMYK 0.36 0.43 0 0.02
HSL 250.46º 0.93% 0.77% -
HSV(B) 250.46º 0.43% 0.98% -
XYZ 41.78 33.89 95.61 -
YUV 160.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 161 142 251 0.36 0.43 0 0.02 250.46 0.93 0.77
Hex A1 8E FB 24 2B 0 2 FA 5D 4D
Octal 241 216 373 44 53 0 2 372 135 115
Binary 10100001 10001110 11111011 100100 101011 0 10 11111010 1011101 1001101

Color Harmonies of #A18EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EFB

Black with #A18EFB

Text Example


Text Example

White with #A18EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EFB; }

 p { color: rgb(161,142,251); }

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

background-color css

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

 a { background-color: rgb(161,142,251); }

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

border-color css

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

 span { border-color: rgb(161,142,251); }

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