Html Css Color HEX #A166FC Light Slate Blue

📋 copy color: '#A166FC'

red 161 ◦ green 102 ◦ blue 252

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

Shades of Light Slate Blue #A166FC

Tints of Light Slate Blue #A166FC

RGB

 RED value IS 161 (63.28% from 255) = 31.26%

 GREEN value IS 102 (40.23% from 255) = 19.81%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 31.26%
G = 19.81%
B = 48.93%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A166FC (or 0xA166FC) is known color: Light Slate Blue. HEX triplet: A1, 66 and FC. RGB value is (161,102,252). Sum of RGB (Red+Green+Blue) = 161+102+252=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A166FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166FC is #5E9903. Grayscale: #888888. Windows color (decimal): -6199556 or 16541345. OLE color: 16541345.

HSL color Cylindrical-coordinate representation of color #A166FC: hue angle of 263.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A166FC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 102 252 -
CMYK 0.36 0.60 0 0.01
HSL 263.6º 0.96% 0.69% -
HSV(B) 263.6º 0.6% 0.99% -
XYZ 37.02 24.11 94.8 -
YUV 136.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 161 102 252 0.36 0.60 0 0.01 263.6 0.96 0.69
Hex A1 66 FC 24 3C 0 1 108 60 45
Octal 241 146 374 44 74 0 1 410 140 105
Binary 10100001 1100110 11111100 100100 111100 0 1 100001000 1100000 1000101

Color Harmonies of #A166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166FC

Black with #A166FC

Text Example


Text Example

White with #A166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166FC; }

 p { color: rgb(161,102,252); }

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

background-color css

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

 a { background-color: rgb(161,102,252); }

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

border-color css

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

 span { border-color: rgb(161,102,252); }

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