#A29FE3

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

Shades of Wistful #A29FE3

Tints of Wistful #A29FE3

Color information

#A29FE3 (or 0xA29FE3) is unknown color: approx Wistful. HEX triplet: A2, 9F and E3. RGB value is (162,159,227). Sum of RGB (Red+Green+Blue) = 162+159+227=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #A29FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FE3 is #5D601C. Grayscale: #A7A7A7. Windows color (decimal): -6119453 or 14917538. OLE color: 14917538.

HSL color Cylindrical-coordinate representation of color #A29FE3: hue angle of 242.65º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29FE3 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162159227-
CMYK0.290.3000.11
HSL242.65º54.84%75.69%-
HSV(B)242.65º29.96%89.02%-
XYZ41.1638.0277.84-
YUV167.65161.49123.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 227 (89.06% from 255) = 41.42%
R=29.56%
G=29.01%
B=41.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621592270.290.3000.11242.6554.8475.69
HexA29FE31D1E0Bf3374c
Octal242237343353601336367114
Binary101000101001111111100011111011111001011111100111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FE3; }

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

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

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

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

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

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

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

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