Html Css Color HEX #A16EFE Light Slate Blue

📋 copy color: '#A16EFE'

red 161 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #A16EFE

Tints of Light Slate Blue #A16EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

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

R = 30.67%
G = 20.95%
B = 48.38%

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

#A16EFE (or 0xA16EFE) is known color: Light Slate Blue. HEX triplet: A1, 6E and FE. RGB value is (161,110,254). Sum of RGB (Red+Green+Blue) = 161+110+254=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EFE is #5E9101. Grayscale: #8D8D8D. Windows color (decimal): -6197506 or 16674465. OLE color: 16674465.

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

Color convert

RGB 161 110 254 -
CMYK 0.37 0.57 0 0.00
HSL 261.25º 0.99% 0.71% -
HSV(B) 261.25º 0.57% 1% -
XYZ 38.16 25.88 96.75 -
YUV 141.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 161 110 254 0.37 0.57 0 0.00 261.25 0.99 0.71
Hex A1 6E FE 25 39 0 0 105 63 47
Octal 241 156 376 45 71 0 0 405 143 107
Binary 10100001 1101110 11111110 100101 111001 0 0 100000101 1100011 1000111

Color Harmonies of #A16EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EFE

Black with #A16EFE

Text Example


Text Example

White with #A16EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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