#A295CD

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

Shades of Wistful #A295CD

Tints of Wistful #A295CD

Color information

#A295CD (or 0xA295CD) is unknown color: approx Wistful. HEX triplet: A2, 95 and CD. RGB value is (162,149,205). Sum of RGB (Red+Green+Blue) = 162+149+205=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A295CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CD is #5D6A32. Grayscale: #9F9F9F. Windows color (decimal): -6122035 or 13473186. OLE color: 13473186.

HSL color Cylindrical-coordinate representation of color #A295CD: hue angle of 253.93º degrees, saturation: 0.36, 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 #A295CD is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162149205-
CMYK0.210.2700.20
HSL253.93º35.9%69.41%-
HSV(B)253.93º27.32%80.39%-
XYZ36.6733.5862.31-
YUV159.27153.81129.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=31.40%
G=28.88%
B=39.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621492050.210.2700.20253.9335.969.41
HexA295CD151B014fe2445
Octal242225315253302437644105
Binary1010001010010101110011011010111011010100111111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A295CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A295CD; }

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

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

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

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

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

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

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

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