#A094FE

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

Shades of Light Slate Blue #A094FE

Tints of Light Slate Blue #A094FE

Color information

#A094FE (or 0xA094FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 94 and FE. RGB value is (160,148,254). Sum of RGB (Red+Green+Blue) = 160+148+254=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A094FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094FE is #5F6B01. Grayscale: #A3A3A3. Windows color (decimal): -6253314 or 16684192. OLE color: 16684192.

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

Color convert

RGB160148254-
CMYK0.370.4200.00
HSL246.79º98.15%78.82%-
HSV(B)246.79º41.73%99.61%-
XYZ42.9835.8198.41-
YUV163.67178.98125.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=28.47%
G=26.33%
B=45.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601482540.370.4200.00246.7998.1578.82
HexA094FE252A00f7624f
Octal240224376455200367142117
Binary101000001001010011111110100101101010001111011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094FE; }

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

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

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

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

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

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

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

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