Html Css Color HEX #A166FF Light Slate Blue

📋 copy color: '#A166FF'

red 161 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #A166FF

Tints of Light Slate Blue #A166FF

RGB

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

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

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

R = 31.08%
G = 19.69%
B = 49.23%

CMYK

 C value IS 0.37

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A166FF (or 0xA166FF) is known color: Light Slate Blue. HEX triplet: A1, 66 and FF. RGB value is (161,102,255). Sum of RGB (Red+Green+Blue) = 161+102+255=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A166FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166FF is #5E9900. Grayscale: #888888. Windows color (decimal): -6199553 or 16737953. OLE color: 16737953.

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

Color convert

RGB 161 102 255 -
CMYK 0.37 0.6 0 0
HSL 263.14º 1% 0.7% -
HSV(B) 263.14º 0.6% 1% -
XYZ 37.5 24.3 97.32 -
YUV 137.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 161 102 255 0.37 0.6 0 0 263.14 1 0.7
Hex A1 66 FF 25 3C 0 0 107 64 46
Octal 241 146 377 45 74 0 0 407 144 106
Binary 10100001 1100110 11111111 100101 111100 0 0 100000111 1100100 1000110

Color Harmonies of #A166FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166FF

Black with #A166FF

Text Example


Text Example

White with #A166FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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