#A295CE

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

Shades of Wistful #A295CE

Tints of Wistful #A295CE

Color information

#A295CE (or 0xA295CE) is unknown color: approx Wistful. HEX triplet: A2, 95 and CE. RGB value is (162,149,206). Sum of RGB (Red+Green+Blue) = 162+149+206=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CE is #5D6A31. Grayscale: #9F9F9F. Windows color (decimal): -6122034 or 13538722. OLE color: 13538722.

HSL color Cylindrical-coordinate representation of color #A295CE: hue angle of 253.68º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A295CE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162149206-
CMYK0.210.2800.19
HSL253.68º36.77%69.61%-
HSV(B)253.68º27.67%80.78%-
XYZ36.7933.6362.95-
YUV159.38154.31129.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=31.33%
G=28.82%
B=39.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621492060.210.2800.19253.6836.7769.61
HexA295CE151C013fe2546
Octal242225316253402337645106
Binary1010001010010101110011101010111100010011111111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295CE; }

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

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

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

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

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

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

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

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