#A295DA

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

Shades of Wistful #A295DA

Tints of Wistful #A295DA

Color information

#A295DA (or 0xA295DA) is unknown color: approx Wistful. HEX triplet: A2, 95 and DA. RGB value is (162,149,218). Sum of RGB (Red+Green+Blue) = 162+149+218=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A295DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DA is #5D6A25. Grayscale: #A0A0A0. Windows color (decimal): -6122022 or 14325154. OLE color: 14325154.

HSL color Cylindrical-coordinate representation of color #A295DA: hue angle of 251.3º 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 #A295DA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162149218-
CMYK0.260.3200.15
HSL251.3º48.25%71.96%-
HSV(B)251.3º31.65%85.49%-
XYZ38.334.2470.92-
YUV160.75160.31128.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=30.62%
G=28.17%
B=41.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621492180.260.3200.15251.348.2571.96
HexA295DA1A200Ffb3048
Octal242225332324001737360110
Binary1010001010010101110110101101010000001111111110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295DA; }

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

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

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

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

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

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

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

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