Html Css Color HEX #A386FE Light Slate Blue

📋 copy color: '#A386FE'

red 163 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #A386FE

Tints of Light Slate Blue #A386FE

RGB

 RED value IS 163 (64.06% from 255) = 29.58%

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

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

R = 29.58%
G = 24.32%
B = 46.1%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A386FE (or 0xA386FE) is known color: Light Slate Blue. HEX triplet: A3, 86 and FE. RGB value is (163,134,254). Sum of RGB (Red+Green+Blue) = 163+134+254=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A386FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386FE is #5C7901. Grayscale: #9B9B9B. Windows color (decimal): -6060290 or 16680611. OLE color: 16680611.

HSL color Cylindrical-coordinate representation of color #A386FE: hue angle of 254.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 #A386FE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 134 254 -
CMYK 0.36 0.47 0 0.00
HSL 254.5º 0.98% 0.76% -
HSV(B) 254.5º 0.47% 1% -
XYZ 41.52 31.99 97.75 -
YUV 156.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 163 134 254 0.36 0.47 0 0.00 254.5 0.98 0.76
Hex A3 86 FE 24 2F 0 0 FE 62 4C
Octal 243 206 376 44 57 0 0 376 142 114
Binary 10100011 10000110 11111110 100100 101111 0 0 11111110 1100010 1001100

Color Harmonies of #A386FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386FE

Black with #A386FE

Text Example


Text Example

White with #A386FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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