#A093FC

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

Shades of Light Slate Blue #A093FC

Tints of Light Slate Blue #A093FC

Color information

#A093FC (or 0xA093FC) is unknown color: approx Light Slate Blue. HEX triplet: A0, 93 and FC. RGB value is (160,147,252). Sum of RGB (Red+Green+Blue) = 160+147+252=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 147 (57.81% from 255 or 26.30% 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 #A093FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A093FC is #5F6C03. Grayscale: #A2A2A2. Windows color (decimal): -6253572 or 16552864. OLE color: 16552864.

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

Color convert

RGB160147252-
CMYK0.370.4200.01
HSL247.43º94.59%78.24%-
HSV(B)247.43º41.67%98.82%-
XYZ42.535.3796.68-
YUV162.86178.31125.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=28.62%
G=26.30%
B=45.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601472520.370.4200.01247.4394.5978.24
HexA093FC252A01f75f4e
Octal240223374455201367137116
Binary101000001001001111111100100101101010011111011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093FC; }

 p { color: rgb(160,147,252); }

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

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

 a { background-color: rgb(160,147,252); }

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

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

 span { border-color: rgb(160,147,252); }

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