#A095DC

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

Shades of Wistful #A095DC

Tints of Wistful #A095DC

Color information

#A095DC (or 0xA095DC) is unknown color: approx Wistful. HEX triplet: A0, 95 and DC. RGB value is (160,149,220). Sum of RGB (Red+Green+Blue) = 160+149+220=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DC is #5F6A23. Grayscale: #A0A0A0. Windows color (decimal): -6253092 or 14456224. OLE color: 14456224.

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

Color convert

RGB160149220-
CMYK0.270.3200.14
HSL249.3º50.35%72.35%-
HSV(B)249.3º32.27%86.27%-
XYZ38.1634.1472.29-
YUV160.38161.64127.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=30.25%
G=28.17%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601492200.270.3200.14249.350.3572.35
HexA095DC1B200Ef93248
Octal240225334334001637162110
Binary1010000010010101110111001101110000001110111110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095DC; }

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

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

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

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

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

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

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

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