Html Css Color HEX #A686FE Light Slate Blue

📋 copy color: '#A686FE'

red 166 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #A686FE

Tints of Light Slate Blue #A686FE

RGB

 RED value IS 166 (65.23% from 255) = 29.96%

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

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

R = 29.96%
G = 24.19%
B = 45.85%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A686FE (or 0xA686FE) is known color: Light Slate Blue. HEX triplet: A6, 86 and FE. RGB value is (166,134,254). Sum of RGB (Red+Green+Blue) = 166+134+254=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 134 (52.73% from 255 or 24.19% 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 #A686FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686FE is #597901. Grayscale: #9C9C9C. Windows color (decimal): -5863682 or 16680614. OLE color: 16680614.

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

Color convert

RGB 166 134 254 -
CMYK 0.35 0.47 0 0.00
HSL 256º 0.98% 0.76% -
HSV(B) 256º 0.47% 1% -
XYZ 42.14 32.31 97.78 -
YUV 157.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 166 134 254 0.35 0.47 0 0.00 256 0.98 0.76
Hex A6 86 FE 23 2F 0 0 100 62 4C
Octal 246 206 376 43 57 0 0 400 142 114
Binary 10100110 10000110 11111110 100011 101111 0 0 100000000 1100010 1001100

Color Harmonies of #A686FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686FE

Black with #A686FE

Text Example


Text Example

White with #A686FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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