#A295CC

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

Shades of Wistful #A295CC

Tints of Wistful #A295CC

Color information

#A295CC (or 0xA295CC) is unknown color: approx Wistful. HEX triplet: A2, 95 and CC. RGB value is (162,149,204). Sum of RGB (Red+Green+Blue) = 162+149+204=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A295CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CC is #5D6A33. Grayscale: #9E9E9E. Windows color (decimal): -6122036 or 13407650. OLE color: 13407650.

HSL color Cylindrical-coordinate representation of color #A295CC: hue angle of 254.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A295CC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162149204-
CMYK0.210.2700.2
HSL254.18º35.03%69.22%-
HSV(B)254.18º26.96%80%-
XYZ36.5533.5461.67-
YUV159.16153.31130.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=31.46%
G=28.93%
B=39.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621492040.210.2700.2254.1835.0369.22
HexA295CC151B014fe2345
Octal242225314253302437643105
Binary1010001010010101110011001010111011010100111111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295CC; }

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

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

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

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

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

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

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

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