Html Css Color HEX #A091F7 Light Slate Blue

📋 copy color: '#A091F7'

red 160 ◦ green 145 ◦ blue 247

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

Shades of Light Slate Blue #A091F7

Tints of Light Slate Blue #A091F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 28.99%
G = 26.27%
B = 44.75%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A091F7 (or 0xA091F7) is known color: Light Slate Blue. HEX triplet: A0, 91 and F7. RGB value is (160,145,247). Sum of RGB (Red+Green+Blue) = 160+145+247=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #A091F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091F7 is #5F6E08. Grayscale: #A0A0A0. Windows color (decimal): -6254089 or 16224672. OLE color: 16224672.

HSL color Cylindrical-coordinate representation of color #A091F7: hue angle of 248.82º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A091F7 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 145 247 -
CMYK 0.35 0.41 0 0.03
HSL 248.82º 0.86% 0.77% -
HSV(B) 248.82º 0.41% 0.97% -
XYZ 41.41 34.44 92.46 -
YUV 161.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 160 145 247 0.35 0.41 0 0.03 248.82 0.86 0.77
Hex A0 91 F7 23 29 0 3 F9 56 4D
Octal 240 221 367 43 51 0 3 371 126 115
Binary 10100000 10010001 11110111 100011 101001 0 11 11111001 1010110 1001101

Color Harmonies of #A091F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091F7

Black with #A091F7

Text Example


Text Example

White with #A091F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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