#A295DE

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

Shades of Wistful #A295DE

Tints of Wistful #A295DE

Color information

#A295DE (or 0xA295DE) is unknown color: approx Wistful. HEX triplet: A2, 95 and DE. RGB value is (162,149,222). Sum of RGB (Red+Green+Blue) = 162+149+222=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DE is #5D6A21. Grayscale: #A0A0A0. Windows color (decimal): -6122018 or 14587298. OLE color: 14587298.

HSL color Cylindrical-coordinate representation of color #A295DE: hue angle of 250.68º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A295DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162149222-
CMYK0.270.3300.13
HSL250.68º52.52%72.75%-
HSV(B)250.68º32.88%87.06%-
XYZ38.8334.4573.71-
YUV161.21162.31128.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=30.39%
G=27.95%
B=41.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621492220.270.3300.13250.6852.5272.75
HexA295DE1B210Dfb3549
Octal242225336334101537365111
Binary1010001010010101110111101101110000101101111110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295DE; }

 p { color: rgb(162,149,222); }

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

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

 a { background-color: rgb(162,149,222); }

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

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

 span { border-color: rgb(162,149,222); }

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