Html Css Color HEX #A677FD Light Slate Blue

📋 copy color: '#A677FD'

red 166 ◦ green 119 ◦ blue 253

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

Shades of Light Slate Blue #A677FD

Tints of Light Slate Blue #A677FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.12%

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

R = 30.86%
G = 22.12%
B = 47.03%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A677FD (or 0xA677FD) is known color: Light Slate Blue. HEX triplet: A6, 77 and FD. RGB value is (166,119,253). Sum of RGB (Red+Green+Blue) = 166+119+253=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #A677FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677FD is #598802. Grayscale: #939393. Windows color (decimal): -5867523 or 16611238. OLE color: 16611238.

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

Color convert

RGB 166 119 253 -
CMYK 0.34 0.53 0 0.01
HSL 261.04º 0.97% 0.73% -
HSV(B) 261.04º 0.53% 0.99% -
XYZ 40.05 28.39 96.3 -
YUV 148.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 166 119 253 0.34 0.53 0 0.01 261.04 0.97 0.73
Hex A6 77 FD 22 35 0 1 105 61 49
Octal 246 167 375 42 65 0 1 405 141 111
Binary 10100110 1110111 11111101 100010 110101 0 1 100000101 1100001 1001001

Color Harmonies of #A677FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677FD

Black with #A677FD

Text Example


Text Example

White with #A677FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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