Html Css Color HEX #A491FE Light Slate Blue

📋 copy color: '#A491FE'

red 164 ◦ green 145 ◦ blue 254

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

Shades of Light Slate Blue #A491FE

Tints of Light Slate Blue #A491FE

RGB

 RED value IS 164 (64.45% from 255) = 29.13%

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 29.13%
G = 25.75%
B = 45.12%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A491FE (or 0xA491FE) is known color: Light Slate Blue. HEX triplet: A4, 91 and FE. RGB value is (164,145,254). Sum of RGB (Red+Green+Blue) = 164+145+254=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A491FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FE is #5B6E01. Grayscale: #A2A2A2. Windows color (decimal): -5991938 or 16683428. OLE color: 16683428.

HSL color Cylindrical-coordinate representation of color #A491FE: hue angle of 250.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A491FE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 145 254 -
CMYK 0.35 0.43 0 0.00
HSL 250.46º 0.98% 0.78% -
HSV(B) 250.46º 0.43% 1% -
XYZ 43.32 35.3 98.3 -
YUV 163.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 164 145 254 0.35 0.43 0 0.00 250.46 0.98 0.78
Hex A4 91 FE 23 2B 0 0 FA 62 4E
Octal 244 221 376 43 53 0 0 372 142 116
Binary 10100100 10010001 11111110 100011 101011 0 0 11111010 1100010 1001110

Color Harmonies of #A491FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491FE

Black with #A491FE

Text Example


Text Example

White with #A491FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491FE; }

 p { color: rgb(164,145,254); }

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

background-color css

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

 a { background-color: rgb(164,145,254); }

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

border-color css

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

 span { border-color: rgb(164,145,254); }

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