Html Css Color HEX #A686FF Light Slate Blue

📋 copy color: '#A686FF'

red 166 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #A686FF

Tints of Light Slate Blue #A686FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 29.91%
G = 24.14%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A686FF (or 0xA686FF) is known color: Light Slate Blue. HEX triplet: A6, 86 and FF. RGB value is (166,134,255). Sum of RGB (Red+Green+Blue) = 166+134+255=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A686FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686FF is #597900. Grayscale: #9C9C9C. Windows color (decimal): -5863681 or 16746150. OLE color: 16746150.

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

Color convert

RGB 166 134 255 -
CMYK 0.35 0.47 0 0
HSL 255.87º 1% 0.76% -
HSV(B) 255.87º 0.47% 1% -
XYZ 42.3 32.38 98.63 -
YUV 157.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 166 134 255 0.35 0.47 0 0 255.87 1 0.76
Hex A6 86 FF 23 2F 0 0 100 64 4C
Octal 246 206 377 43 57 0 0 400 144 114
Binary 10100110 10000110 11111111 100011 101111 0 0 100000000 1100100 1001100

Color Harmonies of #A686FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686FF

Black with #A686FF

Text Example


Text Example

White with #A686FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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