Html Css Color HEX #A678FE Light Slate Blue

📋 copy color: '#A678FE'

red 166 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #A678FE

Tints of Light Slate Blue #A678FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.22%

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

R = 30.74%
G = 22.22%
B = 47.04%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A678FE (or 0xA678FE) is known color: Light Slate Blue. HEX triplet: A6, 78 and FE. RGB value is (166,120,254). Sum of RGB (Red+Green+Blue) = 166+120+254=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A678FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A678FE is #598701. Grayscale: #949494. Windows color (decimal): -5867266 or 16677030. OLE color: 16677030.

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

Color convert

RGB 166 120 254 -
CMYK 0.35 0.53 0 0.00
HSL 260.6º 0.99% 0.73% -
HSV(B) 260.6º 0.53% 1% -
XYZ 40.33 28.7 97.18 -
YUV 149.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 166 120 254 0.35 0.53 0 0.00 260.6 0.99 0.73
Hex A6 78 FE 23 35 0 0 105 63 49
Octal 246 170 376 43 65 0 0 405 143 111
Binary 10100110 1111000 11111110 100011 110101 0 0 100000101 1100011 1001001

Color Harmonies of #A678FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678FE

Black with #A678FE

Text Example


Text Example

White with #A678FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678FE; }

 p { color: rgb(166,120,254); }

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

background-color css

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

 a { background-color: rgb(166,120,254); }

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

border-color css

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

 span { border-color: rgb(166,120,254); }

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