Html Css Color HEX #A294FE Light Slate Blue

📋 copy color: '#A294FE'

red 162 ◦ green 148 ◦ blue 254

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

Shades of Light Slate Blue #A294FE

Tints of Light Slate Blue #A294FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.24%

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

R = 28.72%
G = 26.24%
B = 45.04%

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

#A294FE (or 0xA294FE) is known color: Light Slate Blue. HEX triplet: A2, 94 and FE. RGB value is (162,148,254). Sum of RGB (Red+Green+Blue) = 162+148+254=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A294FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FE is #5D6B01. Grayscale: #A3A3A3. Windows color (decimal): -6122242 or 16684194. OLE color: 16684194.

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

Color convert

RGB 162 148 254 -
CMYK 0.36 0.42 0 0.00
HSL 247.92º 0.98% 0.79% -
HSV(B) 247.92º 0.42% 1% -
XYZ 43.38 36.02 98.43 -
YUV 164.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 162 148 254 0.36 0.42 0 0.00 247.92 0.98 0.79
Hex A2 94 FE 24 2A 0 0 F8 62 4F
Octal 242 224 376 44 52 0 0 370 142 117
Binary 10100010 10010100 11111110 100100 101010 0 0 11111000 1100010 1001111

Color Harmonies of #A294FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294FE

Black with #A294FE

Text Example


Text Example

White with #A294FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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