Html Css Color HEX #A16CFE Light Slate Blue

📋 copy color: '#A16CFE'

red 161 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #A16CFE

Tints of Light Slate Blue #A16CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.65%

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

R = 30.78%
G = 20.65%
B = 48.57%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A16CFE (or 0xA16CFE) is known color: Light Slate Blue. HEX triplet: A1, 6C and FE. RGB value is (161,108,254). Sum of RGB (Red+Green+Blue) = 161+108+254=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFE is #5E9301. Grayscale: #8B8B8B. Windows color (decimal): -6198018 or 16673953. OLE color: 16673953.

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

Color convert

RGB 161 108 254 -
CMYK 0.37 0.57 0 0.00
HSL 261.78º 0.99% 0.71% -
HSV(B) 261.78º 0.57% 1% -
XYZ 37.95 25.46 96.68 -
YUV 140.49 192.06 142.63 -
System Red Green Blue C M Y K H S L
Decimal 161 108 254 0.37 0.57 0 0.00 261.78 0.99 0.71
Hex A1 6C FE 25 39 0 0 106 63 47
Octal 241 154 376 45 71 0 0 406 143 107
Binary 10100001 1101100 11111110 100101 111001 0 0 100000110 1100011 1000111

Color Harmonies of #A16CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CFE

Black with #A16CFE

Text Example


Text Example

White with #A16CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CFE; }

 p { color: rgb(161,108,254); }

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

background-color css

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

 a { background-color: rgb(161,108,254); }

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

border-color css

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

 span { border-color: rgb(161,108,254); }

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