Html Css Color HEX #A491FC Light Slate Blue

📋 copy color: '#A491FC'

red 164 ◦ green 145 ◦ blue 252

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

Shades of Light Slate Blue #A491FC

Tints of Light Slate Blue #A491FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 29.23%
G = 25.85%
B = 44.92%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A491FC (or 0xA491FC) is known color: Light Slate Blue. HEX triplet: A4, 91 and FC. RGB value is (164,145,252). Sum of RGB (Red+Green+Blue) = 164+145+252=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #A491FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491FC is #5B6E03. Grayscale: #A2A2A2. Windows color (decimal): -5991940 or 16552356. OLE color: 16552356.

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

Color convert

RGB 164 145 252 -
CMYK 0.35 0.42 0 0.01
HSL 250.65º 0.95% 0.78% -
HSV(B) 250.65º 0.42% 0.99% -
XYZ 43.01 35.17 96.62 -
YUV 162.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 164 145 252 0.35 0.42 0 0.01 250.65 0.95 0.78
Hex A4 91 FC 23 2A 0 1 FB 5F 4E
Octal 244 221 374 43 52 0 1 373 137 116
Binary 10100100 10010001 11111100 100011 101010 0 1 11111011 1011111 1001110

Color Harmonies of #A491FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491FC

Black with #A491FC

Text Example


Text Example

White with #A491FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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