#A29AC7

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

Shades of Wistful #A29AC7

Tints of Wistful #A29AC7

Color information

#A29AC7 (or 0xA29AC7) is unknown color: approx Wistful. HEX triplet: A2, 9A and C7. RGB value is (162,154,199). Sum of RGB (Red+Green+Blue) = 162+154+199=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #A29AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AC7 is #5D6538. Grayscale: #A1A1A1. Windows color (decimal): -6120761 or 13081250. OLE color: 13081250.

HSL color Cylindrical-coordinate representation of color #A29AC7: hue angle of 250.67º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29AC7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162154199-
CMYK0.190.2300.22
HSL250.67º28.66%69.22%-
HSV(B)250.67º22.61%78.04%-
XYZ36.7634.9258.83-
YUV161.52149.15128.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=31.46%
G=29.90%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621541990.190.2300.22250.6728.6669.22
HexA29AC71317016fb1d45
Octal242232307232702637335105
Binary101000101001101011000111100111011101011011111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29AC7; }

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

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

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

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

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

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

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

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