Html Css Color HEX #A676FF Light Slate Blue

📋 copy color: '#A676FF'

red 166 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #A676FF

Tints of Light Slate Blue #A676FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

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

R = 30.8%
G = 21.89%
B = 47.31%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A676FF (or 0xA676FF) is known color: Light Slate Blue. HEX triplet: A6, 76 and FF. RGB value is (166,118,255). Sum of RGB (Red+Green+Blue) = 166+118+255=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A676FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676FF is #598900. Grayscale: #939393. Windows color (decimal): -5867777 or 16742054. OLE color: 16742054.

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

Color convert

RGB 166 118 255 -
CMYK 0.35 0.54 0 0
HSL 261.02º 1% 0.73% -
HSV(B) 261.02º 0.54% 1% -
XYZ 40.25 28.28 97.95 -
YUV 147.97 188.4 140.86 -
System Red Green Blue C M Y K H S L
Decimal 166 118 255 0.35 0.54 0 0 261.02 1 0.73
Hex A6 76 FF 23 36 0 0 105 64 49
Octal 246 166 377 43 66 0 0 405 144 111
Binary 10100110 1110110 11111111 100011 110110 0 0 100000101 1100100 1001001

Color Harmonies of #A676FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676FF

Black with #A676FF

Text Example


Text Example

White with #A676FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676FF; }

 p { color: rgb(166,118,255); }

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

background-color css

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

 a { background-color: rgb(166,118,255); }

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

border-color css

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

 span { border-color: rgb(166,118,255); }

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