#A29FC4

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

Shades of Wistful #A29FC4

Tints of Wistful #A29FC4

Color information

#A29FC4 (or 0xA29FC4) is unknown color: approx Wistful. HEX triplet: A2, 9F and C4. RGB value is (162,159,196). Sum of RGB (Red+Green+Blue) = 162+159+196=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #A29FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FC4 is #5D603B. Grayscale: #A3A3A3. Windows color (decimal): -6119484 or 12885922. OLE color: 12885922.

HSL color Cylindrical-coordinate representation of color #A29FC4: hue angle of 244.86º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29FC4 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162159196-
CMYK0.170.1900.23
HSL244.86º23.87%69.61%-
HSV(B)244.86º18.88%76.86%-
XYZ37.2636.4657.3-
YUV164.11145.99126.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=31.33%
G=30.75%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621591960.170.1900.23244.8623.8769.61
HexA29FC41113017f51846
Octal242237304212302736530106
Binary101000101001111111000100100011001101011111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FC4; }

 p { color: rgb(162,159,196); }

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

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

 a { background-color: rgb(162,159,196); }

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

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

 span { border-color: rgb(162,159,196); }

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