Html Css Color HEX #A293FE Light Slate Blue

📋 copy color: '#A293FE'

red 162 ◦ green 147 ◦ blue 254

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

Shades of Light Slate Blue #A293FE

Tints of Light Slate Blue #A293FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.11%

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

R = 28.77%
G = 26.11%
B = 45.12%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A293FE (or 0xA293FE) is known color: Light Slate Blue. HEX triplet: A2, 93 and FE. RGB value is (162,147,254). Sum of RGB (Red+Green+Blue) = 162+147+254=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 147 (57.81% from 255 or 26.11% 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 #A293FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293FE is #5D6C01. Grayscale: #A3A3A3. Windows color (decimal): -6122498 or 16683938. OLE color: 16683938.

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

Color convert

RGB 162 147 254 -
CMYK 0.36 0.42 0 0.00
HSL 248.41º 0.98% 0.79% -
HSV(B) 248.41º 0.42% 1% -
XYZ 43.22 35.7 98.38 -
YUV 163.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 162 147 254 0.36 0.42 0 0.00 248.41 0.98 0.79
Hex A2 93 FE 24 2A 0 0 F8 62 4F
Octal 242 223 376 44 52 0 0 370 142 117
Binary 10100010 10010011 11111110 100100 101010 0 0 11111000 1100010 1001111

Color Harmonies of #A293FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293FE

Black with #A293FE

Text Example


Text Example

White with #A293FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293FE; }

 p { color: rgb(162,147,254); }

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

background-color css

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

 a { background-color: rgb(162,147,254); }

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

border-color css

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

 span { border-color: rgb(162,147,254); }

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