#A090EB

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

Shades of Wistful #A090EB

Tints of Wistful #A090EB

Color information

#A090EB (or 0xA090EB) is unknown color: approx Wistful. HEX triplet: A0, 90 and EB. RGB value is (160,144,235). Sum of RGB (Red+Green+Blue) = 160+144+235=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #A090EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090EB is #5F6F14. Grayscale: #9E9E9E. Windows color (decimal): -6254357 or 15437984. OLE color: 15437984.

HSL color Cylindrical-coordinate representation of color #A090EB: hue angle of 250.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A090EB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160144235-
CMYK0.320.3900.08
HSL250.55º69.47%74.31%-
HSV(B)250.55º38.72%92.16%-
XYZ39.4733.4282.97-
YUV159.16170.8128.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=29.68%
G=26.72%
B=43.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601442350.320.3900.08250.5569.4774.31
HexA090EB202708fb454a
Octal2402203534047010373105112
Binary101000001001000011101011100000100111010001111101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090EB; }

 p { color: rgb(160,144,235); }

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

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

 a { background-color: rgb(160,144,235); }

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

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

 span { border-color: rgb(160,144,235); }

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