Html Css Color HEX #A186FE Light Slate Blue

📋 copy color: '#A186FE'

red 161 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #A186FE

Tints of Light Slate Blue #A186FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.41%

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

R = 29.33%
G = 24.41%
B = 46.27%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A186FE (or 0xA186FE) is known color: Light Slate Blue. HEX triplet: A1, 86 and FE. RGB value is (161,134,254). Sum of RGB (Red+Green+Blue) = 161+134+254=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #A186FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186FE is #5E7901. Grayscale: #9B9B9B. Windows color (decimal): -6191362 or 16680609. OLE color: 16680609.

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

Color convert

RGB 161 134 254 -
CMYK 0.37 0.47 0 0.00
HSL 253.5º 0.98% 0.76% -
HSV(B) 253.5º 0.47% 1% -
XYZ 41.11 31.78 97.73 -
YUV 155.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 161 134 254 0.37 0.47 0 0.00 253.5 0.98 0.76
Hex A1 86 FE 25 2F 0 0 FE 62 4C
Octal 241 206 376 45 57 0 0 376 142 114
Binary 10100001 10000110 11111110 100101 101111 0 0 11111110 1100010 1001100

Color Harmonies of #A186FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186FE

Black with #A186FE

Text Example


Text Example

White with #A186FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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