#A092E5

Color #A092E5 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A092E5

Tints of Wistful #A092E5

Color information

#A092E5 (or 0xA092E5) is unknown color: approx Wistful. HEX triplet: A0, 92 and E5. RGB value is (160,146,229). Sum of RGB (Red+Green+Blue) = 160+146+229=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #A092E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092E5 is #5F6D1A. Grayscale: #9F9F9F. Windows color (decimal): -6253851 or 15045280. OLE color: 15045280.

HSL color Cylindrical-coordinate representation of color #A092E5: hue angle of 250.12º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A092E5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160146229-
CMYK0.300.3600.10
HSL250.12º61.48%73.53%-
HSV(B)250.12º36.24%89.8%-
XYZ38.9233.6978.58-
YUV159.65167.14128.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=29.91%
G=27.29%
B=42.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601462290.300.3600.10250.1261.4873.53
HexA092E51E240Afa3d4a
Octal240222345364401237275112
Binary1010000010010010111001011111010010001010111110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092E5; }

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

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

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

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

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

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

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

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