Html Css Color HEX #A091FD Light Slate Blue

📋 copy color: '#A091FD'

red 160 ◦ green 145 ◦ blue 253

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

Shades of Light Slate Blue #A091FD

Tints of Light Slate Blue #A091FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 28.67%
G = 25.99%
B = 45.34%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A091FD (or 0xA091FD) is known color: Light Slate Blue. HEX triplet: A0, 91 and FD. RGB value is (160,145,253). Sum of RGB (Red+Green+Blue) = 160+145+253=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A091FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091FD is #5F6E02. Grayscale: #A1A1A1. Windows color (decimal): -6254083 or 16617888. OLE color: 16617888.

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

Color convert

RGB 160 145 253 -
CMYK 0.37 0.43 0 0.01
HSL 248.33º 0.96% 0.78% -
HSV(B) 248.33º 0.43% 0.99% -
XYZ 42.35 34.82 97.42 -
YUV 161.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 160 145 253 0.37 0.43 0 0.01 248.33 0.96 0.78
Hex A0 91 FD 25 2B 0 1 F8 60 4E
Octal 240 221 375 45 53 0 1 370 140 116
Binary 10100000 10010001 11111101 100101 101011 0 1 11111000 1100000 1001110

Color Harmonies of #A091FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091FD

Black with #A091FD

Text Example


Text Example

White with #A091FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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