Html Css Color HEX #A671FE Light Slate Blue

📋 copy color: '#A671FE'

red 166 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #A671FE

Tints of Light Slate Blue #A671FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 31.14%
G = 21.2%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A671FE (or 0xA671FE) is known color: Light Slate Blue. HEX triplet: A6, 71 and FE. RGB value is (166,113,254). Sum of RGB (Red+Green+Blue) = 166+113+254=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A671FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671FE is #598E01. Grayscale: #909090. Windows color (decimal): -5869058 or 16675238. OLE color: 16675238.

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

Color convert

RGB 166 113 254 -
CMYK 0.35 0.56 0 0.00
HSL 262.55º 0.99% 0.72% -
HSV(B) 262.55º 0.56% 1% -
XYZ 39.52 27.07 96.91 -
YUV 144.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 166 113 254 0.35 0.56 0 0.00 262.55 0.99 0.72
Hex A6 71 FE 23 38 0 0 107 63 48
Octal 246 161 376 43 70 0 0 407 143 110
Binary 10100110 1110001 11111110 100011 111000 0 0 100000111 1100011 1001000

Color Harmonies of #A671FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671FE

Black with #A671FE

Text Example


Text Example

White with #A671FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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