#A095DA

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

Shades of Wistful #A095DA

Tints of Wistful #A095DA

Color information

#A095DA (or 0xA095DA) is unknown color: approx Wistful. HEX triplet: A0, 95 and DA. RGB value is (160,149,218). Sum of RGB (Red+Green+Blue) = 160+149+218=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A095DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DA is #5F6A25. Grayscale: #9F9F9F. Windows color (decimal): -6253094 or 14325152. OLE color: 14325152.

HSL color Cylindrical-coordinate representation of color #A095DA: hue angle of 249.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A095DA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160149218-
CMYK0.270.3200.15
HSL249.57º48.25%71.96%-
HSV(B)249.57º31.65%85.49%-
XYZ37.934.0370.9-
YUV160.16160.64127.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=30.36%
G=28.27%
B=41.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601492180.270.3200.15249.5748.2571.96
HexA095DA1B200Ffa3048
Octal240225332334001737260110
Binary1010000010010101110110101101110000001111111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095DA; }

 p { color: rgb(160,149,218); }

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

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

 a { background-color: rgb(160,149,218); }

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

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

 span { border-color: rgb(160,149,218); }

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