#A092FC

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

Shades of Light Slate Blue #A092FC

Tints of Light Slate Blue #A092FC

Color information

#A092FC (or 0xA092FC) is unknown color: approx Light Slate Blue. HEX triplet: A0, 92 and FC. RGB value is (160,146,252). Sum of RGB (Red+Green+Blue) = 160+146+252=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A092FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FC is #5F6D03. Grayscale: #A1A1A1. Windows color (decimal): -6253828 or 16552608. OLE color: 16552608.

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

Color convert

RGB160146252-
CMYK0.370.4200.01
HSL247.92º94.64%78.04%-
HSV(B)247.92º42.06%98.82%-
XYZ42.3535.0696.63-
YUV162.27178.64126.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=28.67%
G=26.16%
B=45.16%

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
Decimal1601462520.370.4200.01247.9294.6478.04
HexA092FC252A01f85f4e
Octal240222374455201370137116
Binary101000001001001011111100100101101010011111100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092FC; }

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

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

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

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

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

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

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

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