Html Css Color HEX #A18CFF Light Slate Blue

📋 copy color: '#A18CFF'

red 161 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #A18CFF

Tints of Light Slate Blue #A18CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.18%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 28.96%
G = 25.18%
B = 45.86%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A18CFF (or 0xA18CFF) is known color: Light Slate Blue. HEX triplet: A1, 8C and FF. RGB value is (161,140,255). Sum of RGB (Red+Green+Blue) = 161+140+255=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #A18CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CFF is #5E7300. Grayscale: #9E9E9E. Windows color (decimal): -6189825 or 16747681. OLE color: 16747681.

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

Color convert

RGB 161 140 255 -
CMYK 0.37 0.45 0 0
HSL 250.96º 1% 0.77% -
HSV(B) 250.96º 0.45% 1% -
XYZ 42.13 33.55 98.86 -
YUV 159.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 161 140 255 0.37 0.45 0 0 250.96 1 0.77
Hex A1 8C FF 25 2D 0 0 FB 64 4D
Octal 241 214 377 45 55 0 0 373 144 115
Binary 10100001 10001100 11111111 100101 101101 0 0 11111011 1100100 1001101

Color Harmonies of #A18CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CFF

Black with #A18CFF

Text Example


Text Example

White with #A18CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CFF; }

 p { color: rgb(161,140,255); }

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

background-color css

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

 a { background-color: rgb(161,140,255); }

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

border-color css

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

 span { border-color: rgb(161,140,255); }

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