#A29AF8

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

Shades of Wistful #A29AF8

Tints of Wistful #A29AF8

Color information

#A29AF8 (or 0xA29AF8) is unknown color: approx Wistful. HEX triplet: A2, 9A and F8. RGB value is (162,154,248). Sum of RGB (Red+Green+Blue) = 162+154+248=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #A29AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29AF8 is #5D6507. Grayscale: #A6A6A6. Windows color (decimal): -6120712 or 16292514. OLE color: 16292514.

HSL color Cylindrical-coordinate representation of color #A29AF8: hue angle of 245.11º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29AF8 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162154248-
CMYK0.350.3800.03
HSL245.11º87.04%78.82%-
HSV(B)245.11º37.9%97.25%-
XYZ43.437.5793.77-
YUV167.11173.65124.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 248 (97.27% from 255) = 43.97%
R=28.72%
G=27.30%
B=43.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621542480.350.3800.03245.1187.0478.82
HexA29AF8232603f5574f
Octal242232370434603365127117
Binary1010001010011010111110001000111001100111111010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AF8; }

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

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

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

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

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

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

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

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