Html Css Color HEX #A291FC Light Slate Blue

📋 copy color: '#A291FC'

red 162 ◦ green 145 ◦ blue 252

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

Shades of Light Slate Blue #A291FC

Tints of Light Slate Blue #A291FC

RGB

 RED value IS 162 (63.67% from 255) = 28.98%

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

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

R = 28.98%
G = 25.94%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A291FC (or 0xA291FC) is known color: Light Slate Blue. HEX triplet: A2, 91 and FC. RGB value is (162,145,252). Sum of RGB (Red+Green+Blue) = 162+145+252=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A291FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A291FC is #5D6E03. Grayscale: #A1A1A1. Windows color (decimal): -6123012 or 16552354. OLE color: 16552354.

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

Color convert

RGB 162 145 252 -
CMYK 0.36 0.42 0 0.01
HSL 249.53º 0.95% 0.78% -
HSV(B) 249.53º 0.42% 0.99% -
XYZ 42.6 34.96 96.6 -
YUV 162.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 162 145 252 0.36 0.42 0 0.01 249.53 0.95 0.78
Hex A2 91 FC 24 2A 0 1 FA 5F 4E
Octal 242 221 374 44 52 0 1 372 137 116
Binary 10100010 10010001 11111100 100100 101010 0 1 11111010 1011111 1001110

Color Harmonies of #A291FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291FC

Black with #A291FC

Text Example


Text Example

White with #A291FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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