Html Css Color HEX #A16AFE Light Slate Blue

📋 copy color: '#A16AFE'

red 161 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #A16AFE

Tints of Light Slate Blue #A16AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

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

R = 30.9%
G = 20.35%
B = 48.75%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A16AFE (or 0xA16AFE) is known color: Light Slate Blue. HEX triplet: A1, 6A and FE. RGB value is (161,106,254). Sum of RGB (Red+Green+Blue) = 161+106+254=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AFE is #5E9501. Grayscale: #8A8A8A. Windows color (decimal): -6198530 or 16673441. OLE color: 16673441.

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

Color convert

RGB 161 106 254 -
CMYK 0.37 0.58 0 0.00
HSL 262.3º 0.99% 0.71% -
HSV(B) 262.3º 0.58% 1% -
XYZ 37.74 25.04 96.61 -
YUV 139.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 161 106 254 0.37 0.58 0 0.00 262.3 0.99 0.71
Hex A1 6A FE 25 3A 0 0 106 63 47
Octal 241 152 376 45 72 0 0 406 143 107
Binary 10100001 1101010 11111110 100101 111010 0 0 100000110 1100011 1000111

Color Harmonies of #A16AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16AFE

Black with #A16AFE

Text Example


Text Example

White with #A16AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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