#A095C9

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

Shades of Wistful #A095C9

Tints of Wistful #A095C9

Color information

#A095C9 (or 0xA095C9) is unknown color: approx Wistful. HEX triplet: A0, 95 and C9. RGB value is (160,149,201). Sum of RGB (Red+Green+Blue) = 160+149+201=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #A095C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095C9 is #5F6A36. Grayscale: #9E9E9E. Windows color (decimal): -6253111 or 13211040. OLE color: 13211040.

HSL color Cylindrical-coordinate representation of color #A095C9: hue angle of 252.69º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A095C9 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160149201-
CMYK0.200.2600.21
HSL252.69º32.5%68.63%-
HSV(B)252.69º25.87%78.82%-
XYZ35.7933.1959.78-
YUV158.22152.14129.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=31.37%
G=29.22%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601492010.200.2600.21252.6932.568.63
HexA095C9141A015fd2045
Octal240225311243202537540105
Binary1010000010010101110010011010011010010101111111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095C9; }

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

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

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

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

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

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

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

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