Html Css Color HEX #A190F9 Light Slate Blue

📋 copy color: '#A190F9'

red 161 ◦ green 144 ◦ blue 249

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

Shades of Light Slate Blue #A190F9

Tints of Light Slate Blue #A190F9

RGB

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

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

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

R = 29.06%
G = 25.99%
B = 44.95%

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

#A190F9 (or 0xA190F9) is known color: Light Slate Blue. HEX triplet: A1, 90 and F9. RGB value is (161,144,249). Sum of RGB (Red+Green+Blue) = 161+144+249=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A190F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F9 is #5E6F06. Grayscale: #A0A0A0. Windows color (decimal): -6188807 or 16355489. OLE color: 16355489.

HSL color Cylindrical-coordinate representation of color #A190F9: hue angle of 249.71º 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 #A190F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 144 249 -
CMYK 0.35 0.42 0 0.02
HSL 249.71º 0.9% 0.77% -
HSV(B) 249.71º 0.42% 0.98% -
XYZ 41.77 34.36 94.05 -
YUV 161.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 161 144 249 0.35 0.42 0 0.02 249.71 0.9 0.77
Hex A1 90 F9 23 2A 0 2 FA 5A 4D
Octal 241 220 371 43 52 0 2 372 132 115
Binary 10100001 10010000 11111001 100011 101010 0 10 11111010 1011010 1001101

Color Harmonies of #A190F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190F9

Black with #A190F9

Text Example


Text Example

White with #A190F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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