#A294FF

Color #A294FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A294FF

Tints of Light Slate Blue #A294FF

Color information

#A294FF (or 0xA294FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 94 and FF. RGB value is (162,148,255). Sum of RGB (Red+Green+Blue) = 162+148+255=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #A294FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294FF is #5D6B00. Grayscale: #A3A3A3. Windows color (decimal): -6122241 or 16749730. OLE color: 16749730.

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

Color convert

RGB162148255-
CMYK0.360.4200
HSL247.85º100%79.02%-
HSV(B)247.85º41.96%100%-
XYZ43.5436.0899.28-
YUV164.38179.14126.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.67%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 255 (100% from 255) = 45.13%
R=28.67%
G=26.19%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621482550.360.4200247.8510079.02
HexA294FF242A00f8644f
Octal242224377445200370144117
Binary101000101001010011111111100100101010001111100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294FF; }

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

 H1.HeaderClassName
 {
   color: #A294FF;
 }
 .AnyTagClassName
 {
   color: #A294FF;
 }
</style>
background-color css

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

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

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

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

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

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