Html Css Color HEX #A886FE Light Slate Blue

📋 copy color: '#A886FE'

red 168 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #A886FE

Tints of Light Slate Blue #A886FE

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

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

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

R = 30.22%
G = 24.1%
B = 45.68%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A886FE (or 0xA886FE) is known color: Light Slate Blue. HEX triplet: A8, 86 and FE. RGB value is (168,134,254). Sum of RGB (Red+Green+Blue) = 168+134+254=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A886FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886FE is #577901. Grayscale: #9D9D9D. Windows color (decimal): -5732610 or 16680616. OLE color: 16680616.

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

Color convert

RGB 168 134 254 -
CMYK 0.34 0.47 0 0.00
HSL 257º 0.98% 0.76% -
HSV(B) 257º 0.47% 1% -
XYZ 42.56 32.53 97.8 -
YUV 157.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 168 134 254 0.34 0.47 0 0.00 257 0.98 0.76
Hex A8 86 FE 22 2F 0 0 101 62 4C
Octal 250 206 376 42 57 0 0 401 142 114
Binary 10101000 10000110 11111110 100010 101111 0 0 100000001 1100010 1001100

Color Harmonies of #A886FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886FE

Black with #A886FE

Text Example


Text Example

White with #A886FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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