Html Css Color HEX #A986FF Light Slate Blue

📋 copy color: '#A986FF'

red 169 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #A986FF

Tints of Light Slate Blue #A986FF

RGB

 RED value IS 169 (66.41% from 255) = 30.29%

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

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

R = 30.29%
G = 24.01%
B = 45.7%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A986FF (or 0xA986FF) is known color: Light Slate Blue. HEX triplet: A9, 86 and FF. RGB value is (169,134,255). Sum of RGB (Red+Green+Blue) = 169+134+255=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #A986FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986FF is #567900. Grayscale: #9D9D9D. Windows color (decimal): -5667073 or 16746153. OLE color: 16746153.

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

Color convert

RGB 169 134 255 -
CMYK 0.34 0.47 0 0
HSL 257.36º 1% 0.76% -
HSV(B) 257.36º 0.47% 1% -
XYZ 42.94 32.71 98.66 -
YUV 158.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 169 134 255 0.34 0.47 0 0 257.36 1 0.76
Hex A9 86 FF 22 2F 0 0 101 64 4C
Octal 251 206 377 42 57 0 0 401 144 114
Binary 10101001 10000110 11111111 100010 101111 0 0 100000001 1100100 1001100

Color Harmonies of #A986FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A986FF

Black with #A986FF

Text Example


Text Example

White with #A986FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A986FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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