Html Css Color HEX #A18BFE Light Slate Blue

📋 copy color: '#A18BFE'

red 161 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #A18BFE

Tints of Light Slate Blue #A18BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.09%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 29.06%
G = 25.09%
B = 45.85%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A18BFE (or 0xA18BFE) is known color: Light Slate Blue. HEX triplet: A1, 8B and FE. RGB value is (161,139,254). Sum of RGB (Red+Green+Blue) = 161+139+254=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A18BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BFE is #5E7401. Grayscale: #9E9E9E. Windows color (decimal): -6190082 or 16681889. OLE color: 16681889.

HSL color Cylindrical-coordinate representation of color #A18BFE: hue angle of 251.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18BFE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 139 254 -
CMYK 0.37 0.45 0 0.00
HSL 251.48º 0.98% 0.77% -
HSV(B) 251.48º 0.45% 1% -
XYZ 41.82 33.2 97.97 -
YUV 158.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 161 139 254 0.37 0.45 0 0.00 251.48 0.98 0.77
Hex A1 8B FE 25 2D 0 0 FB 62 4D
Octal 241 213 376 45 55 0 0 373 142 115
Binary 10100001 10001011 11111110 100101 101101 0 0 11111011 1100010 1001101

Color Harmonies of #A18BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BFE

Black with #A18BFE

Text Example


Text Example

White with #A18BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BFE; }

 p { color: rgb(161,139,254); }

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

background-color css

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

 a { background-color: rgb(161,139,254); }

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

border-color css

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

 span { border-color: rgb(161,139,254); }

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