Html Css Color HEX #A190FE Light Slate Blue

📋 copy color: '#A190FE'

red 161 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #A190FE

Tints of Light Slate Blue #A190FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.76%

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

R = 28.8%
G = 25.76%
B = 45.44%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A190FE (or 0xA190FE) is known color: Light Slate Blue. HEX triplet: A1, 90 and FE. RGB value is (161,144,254). Sum of RGB (Red+Green+Blue) = 161+144+254=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A190FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190FE is #5E6F01. Grayscale: #A1A1A1. Windows color (decimal): -6188802 or 16683169. OLE color: 16683169.

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

Color convert

RGB 161 144 254 -
CMYK 0.37 0.43 0 0.00
HSL 249.27º 0.98% 0.78% -
HSV(B) 249.27º 0.43% 1% -
XYZ 42.56 34.68 98.22 -
YUV 161.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 161 144 254 0.37 0.43 0 0.00 249.27 0.98 0.78
Hex A1 90 FE 25 2B 0 0 F9 62 4E
Octal 241 220 376 45 53 0 0 371 142 116
Binary 10100001 10010000 11111110 100101 101011 0 0 11111001 1100010 1001110

Color Harmonies of #A190FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190FE

Black with #A190FE

Text Example


Text Example

White with #A190FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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