#A092FF

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

Shades of Light Slate Blue #A092FF

Tints of Light Slate Blue #A092FF

Color information

#A092FF (or 0xA092FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 92 and FF. RGB value is (160,146,255). Sum of RGB (Red+Green+Blue) = 160+146+255=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A092FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FF is #5F6D00. Grayscale: #A2A2A2. Windows color (decimal): -6253825 or 16749216. OLE color: 16749216.

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

Color convert

RGB160146255-
CMYK0.370.4300
HSL247.71º100%78.63%-
HSV(B)247.71º42.75%100%-
XYZ42.8335.2599.15-
YUV162.61180.14126.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 45.45%
R=28.52%
G=26.02%
B=45.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601462550.370.4300247.7110078.63
HexA092FF252B00f8644f
Octal240222377455300370144117
Binary101000001001001011111111100101101011001111100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092FF; }

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

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

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

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

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

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

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

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