Html Css Color HEX #A191F9 Light Slate Blue

📋 copy color: '#A191F9'

red 161 ◦ green 145 ◦ blue 249

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

Shades of Light Slate Blue #A191F9

Tints of Light Slate Blue #A191F9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.13%

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 29.01%
G = 26.13%
B = 44.86%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A191F9 (or 0xA191F9) is known color: Light Slate Blue. HEX triplet: A1, 91 and F9. RGB value is (161,145,249). Sum of RGB (Red+Green+Blue) = 161+145+249=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #A191F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191F9 is #5E6E06. Grayscale: #A1A1A1. Windows color (decimal): -6188551 or 16355745. OLE color: 16355745.

HSL color Cylindrical-coordinate representation of color #A191F9: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A191F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 145 249 -
CMYK 0.35 0.42 0 0.02
HSL 249.23º 0.9% 0.77% -
HSV(B) 249.23º 0.42% 0.98% -
XYZ 41.92 34.67 94.1 -
YUV 161.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 161 145 249 0.35 0.42 0 0.02 249.23 0.9 0.77
Hex A1 91 F9 23 2A 0 2 F9 5A 4D
Octal 241 221 371 43 52 0 2 371 132 115
Binary 10100001 10010001 11111001 100011 101010 0 10 11111001 1011010 1001101

Color Harmonies of #A191F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191F9

Black with #A191F9

Text Example


Text Example

White with #A191F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191F9; }

 p { color: rgb(161,145,249); }

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

background-color css

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

 a { background-color: rgb(161,145,249); }

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

border-color css

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

 span { border-color: rgb(161,145,249); }

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