Html Css Color HEX #A18FFC Light Slate Blue

📋 copy color: '#A18FFC'

red 161 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #A18FFC

Tints of Light Slate Blue #A18FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.72%

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 28.96%
G = 25.72%
B = 45.32%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A18FFC (or 0xA18FFC) is known color: Light Slate Blue. HEX triplet: A1, 8F and FC. RGB value is (161,143,252). Sum of RGB (Red+Green+Blue) = 161+143+252=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #A18FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFC is #5E7003. Grayscale: #A0A0A0. Windows color (decimal): -6189060 or 16551841. OLE color: 16551841.

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

Color convert

RGB 161 143 252 -
CMYK 0.36 0.43 0 0.01
HSL 249.91º 0.95% 0.77% -
HSV(B) 249.91º 0.43% 0.99% -
XYZ 42.09 34.25 96.49 -
YUV 160.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 161 143 252 0.36 0.43 0 0.01 249.91 0.95 0.77
Hex A1 8F FC 24 2B 0 1 FA 5F 4D
Octal 241 217 374 44 53 0 1 372 137 115
Binary 10100001 10001111 11111100 100100 101011 0 1 11111010 1011111 1001101

Color Harmonies of #A18FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18FFC

Black with #A18FFC

Text Example


Text Example

White with #A18FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18FFC; }

 p { color: rgb(161,143,252); }

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

background-color css

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

 a { background-color: rgb(161,143,252); }

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

border-color css

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

 span { border-color: rgb(161,143,252); }

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