#A092FE

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

Shades of Light Slate Blue #A092FE

Tints of Light Slate Blue #A092FE

Color information

#A092FE (or 0xA092FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 92 and FE. RGB value is (160,146,254). Sum of RGB (Red+Green+Blue) = 160+146+254=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A092FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FE is #5F6D01. Grayscale: #A2A2A2. Windows color (decimal): -6253826 or 16683680. OLE color: 16683680.

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

Color convert

RGB160146254-
CMYK0.370.4300.00
HSL247.78º98.18%78.43%-
HSV(B)247.78º42.52%99.61%-
XYZ42.6735.1998.31-
YUV162.5179.64126.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=28.57%
G=26.07%
B=45.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601462540.370.4300.00247.7898.1878.43
HexA092FE252B00f8624e
Octal240222376455300370142116
Binary101000001001001011111110100101101011001111100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092FE; }

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

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

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

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

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

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

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

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