Html Css Color HEX #A686FA Light Slate Blue

📋 copy color: '#A686FA'

red 166 ◦ green 134 ◦ blue 250

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

Shades of Light Slate Blue #A686FA

Tints of Light Slate Blue #A686FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 30.18%
G = 24.36%
B = 45.45%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A686FA (or 0xA686FA) is known color: Light Slate Blue. HEX triplet: A6, 86 and FA. RGB value is (166,134,250). Sum of RGB (Red+Green+Blue) = 166+134+250=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #A686FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686FA is #597905. Grayscale: #9C9C9C. Windows color (decimal): -5863686 or 16418470. OLE color: 16418470.

HSL color Cylindrical-coordinate representation of color #A686FA: hue angle of 256.55º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A686FA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 134 250 -
CMYK 0.34 0.46 0 0.02
HSL 256.55º 0.92% 0.75% -
HSV(B) 256.55º 0.46% 0.98% -
XYZ 41.51 32.06 94.44 -
YUV 156.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 166 134 250 0.34 0.46 0 0.02 256.55 0.92 0.75
Hex A6 86 FA 22 2E 0 2 101 5C 4B
Octal 246 206 372 42 56 0 2 401 134 113
Binary 10100110 10000110 11111010 100010 101110 0 10 100000001 1011100 1001011

Color Harmonies of #A686FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686FA

Black with #A686FA

Text Example


Text Example

White with #A686FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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