#A094D5

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

Shades of Wistful #A094D5

Tints of Wistful #A094D5

Color information

#A094D5 (or 0xA094D5) is unknown color: approx Wistful. HEX triplet: A0, 94 and D5. RGB value is (160,148,213). Sum of RGB (Red+Green+Blue) = 160+148+213=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A094D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094D5 is #5F6B2A. Grayscale: #9E9E9E. Windows color (decimal): -6253355 or 13997216. OLE color: 13997216.

HSL color Cylindrical-coordinate representation of color #A094D5: hue angle of 251.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A094D5 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160148213-
CMYK0.250.3100.16
HSL251.08º43.62%70.78%-
HSV(B)251.08º30.52%83.53%-
XYZ37.133.4667.45-
YUV159158.48128.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=30.71%
G=28.41%
B=40.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601482130.250.3100.16251.0843.6270.78
HexA094D5191F010fb2c47
Octal240224325313702037354107
Binary1010000010010100110101011100111111010000111110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094D5; }

 p { color: rgb(160,148,213); }

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

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

 a { background-color: rgb(160,148,213); }

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

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

 span { border-color: rgb(160,148,213); }

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