Html Css Color HEX #A16BFE Light Slate Blue

📋 copy color: '#A16BFE'

red 161 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #A16BFE

Tints of Light Slate Blue #A16BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

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

R = 30.84%
G = 20.5%
B = 48.66%

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

#A16BFE (or 0xA16BFE) is known color: Light Slate Blue. HEX triplet: A1, 6B and FE. RGB value is (161,107,254). Sum of RGB (Red+Green+Blue) = 161+107+254=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BFE is #5E9401. Grayscale: #8B8B8B. Windows color (decimal): -6198274 or 16673697. OLE color: 16673697.

HSL color Cylindrical-coordinate representation of color #A16BFE: hue angle of 262.04º 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 #A16BFE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 107 254 -
CMYK 0.37 0.58 0 0.00
HSL 262.04º 0.99% 0.71% -
HSV(B) 262.04º 0.58% 1% -
XYZ 37.85 25.25 96.64 -
YUV 139.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 161 107 254 0.37 0.58 0 0.00 262.04 0.99 0.71
Hex A1 6B FE 25 3A 0 0 106 63 47
Octal 241 153 376 45 72 0 0 406 143 107
Binary 10100001 1101011 11111110 100101 111010 0 0 100000110 1100011 1000111

Color Harmonies of #A16BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BFE

Black with #A16BFE

Text Example


Text Example

White with #A16BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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