Html Css Color HEX #A686FD Light Slate Blue

📋 copy color: '#A686FD'

red 166 ◦ green 134 ◦ blue 253

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

Shades of Light Slate Blue #A686FD

Tints of Light Slate Blue #A686FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 30.02%
G = 24.23%
B = 45.75%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A686FD (or 0xA686FD) is known color: Light Slate Blue. HEX triplet: A6, 86 and FD. RGB value is (166,134,253). Sum of RGB (Red+Green+Blue) = 166+134+253=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A686FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686FD is #597902. Grayscale: #9C9C9C. Windows color (decimal): -5863683 or 16615078. OLE color: 16615078.

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

Color convert

RGB 166 134 253 -
CMYK 0.34 0.47 0 0.01
HSL 256.13º 0.97% 0.76% -
HSV(B) 256.13º 0.47% 0.99% -
XYZ 41.98 32.25 96.94 -
YUV 157.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 166 134 253 0.34 0.47 0 0.01 256.13 0.97 0.76
Hex A6 86 FD 22 2F 0 1 100 61 4C
Octal 246 206 375 42 57 0 1 400 141 114
Binary 10100110 10000110 11111101 100010 101111 0 1 100000000 1100001 1001100

Color Harmonies of #A686FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686FD

Black with #A686FD

Text Example


Text Example

White with #A686FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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