Html Css Color HEX #A091F9 Light Slate Blue

📋 copy color: '#A091F9'

red 160 ◦ green 145 ◦ blue 249

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

Shades of Light Slate Blue #A091F9

Tints of Light Slate Blue #A091F9

RGB

 RED value IS 160 (62.89% from 255) = 28.88%

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

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

R = 28.88%
G = 26.17%
B = 44.95%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A091F9 (or 0xA091F9) is known color: Light Slate Blue. HEX triplet: A0, 91 and F9. RGB value is (160,145,249). Sum of RGB (Red+Green+Blue) = 160+145+249=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 145 (57.03% from 255 or 26.17% 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 #A091F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091F9 is #5F6E06. Grayscale: #A0A0A0. Windows color (decimal): -6254087 or 16355744. OLE color: 16355744.

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

Color convert

RGB 160 145 249 -
CMYK 0.36 0.42 0 0.02
HSL 248.65º 0.9% 0.77% -
HSV(B) 248.65º 0.42% 0.98% -
XYZ 41.72 34.56 94.1 -
YUV 161.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 160 145 249 0.36 0.42 0 0.02 248.65 0.9 0.77
Hex A0 91 F9 24 2A 0 2 F9 5A 4D
Octal 240 221 371 44 52 0 2 371 132 115
Binary 10100000 10010001 11111001 100100 101010 0 10 11111001 1011010 1001101

Color Harmonies of #A091F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091F9

Black with #A091F9

Text Example


Text Example

White with #A091F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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