Html Css Color HEX #A786FE Light Slate Blue

📋 copy color: '#A786FE'

red 167 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #A786FE

Tints of Light Slate Blue #A786FE

RGB

 RED value IS 167 (65.63% from 255) = 30.09%

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

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

R = 30.09%
G = 24.14%
B = 45.77%

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

#A786FE (or 0xA786FE) is known color: Light Slate Blue. HEX triplet: A7, 86 and FE. RGB value is (167,134,254). Sum of RGB (Red+Green+Blue) = 167+134+254=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A786FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786FE is #587901. Grayscale: #9D9D9D. Windows color (decimal): -5798146 or 16680615. OLE color: 16680615.

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

Color convert

RGB 167 134 254 -
CMYK 0.34 0.47 0 0.00
HSL 256.5º 0.98% 0.76% -
HSV(B) 256.5º 0.47% 1% -
XYZ 42.35 32.42 97.79 -
YUV 157.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 167 134 254 0.34 0.47 0 0.00 256.5 0.98 0.76
Hex A7 86 FE 22 2F 0 0 100 62 4C
Octal 247 206 376 42 57 0 0 400 142 114
Binary 10100111 10000110 11111110 100010 101111 0 0 100000000 1100010 1001100

Color Harmonies of #A786FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786FE

Black with #A786FE

Text Example


Text Example

White with #A786FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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