#A29AF1

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

Shades of Wistful #A29AF1

Tints of Wistful #A29AF1

Color information

#A29AF1 (or 0xA29AF1) is unknown color: approx Wistful. HEX triplet: A2, 9A and F1. RGB value is (162,154,241). Sum of RGB (Red+Green+Blue) = 162+154+241=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A29AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29AF1 is #5D650E. Grayscale: #A5A5A5. Windows color (decimal): -6120719 or 15833762. OLE color: 15833762.

HSL color Cylindrical-coordinate representation of color #A29AF1: hue angle of 245.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29AF1 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162154241-
CMYK0.330.3600.05
HSL245.52º75.65%77.45%-
HSV(B)245.52º36.1%94.51%-
XYZ42.3337.1488.16-
YUV166.31170.15124.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=29.08%
G=27.65%
B=43.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621542410.330.3600.05245.5275.6577.45
HexA29AF1212405f64c4d
Octal242232361414405366114115
Binary10100010100110101111000110000110010001011111011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AF1; }

 p { color: rgb(162,154,241); }

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

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

 a { background-color: rgb(162,154,241); }

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

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

 span { border-color: rgb(162,154,241); }

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