#A29DC8

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

Shades of Wistful #A29DC8

Tints of Wistful #A29DC8

Color information

#A29DC8 (or 0xA29DC8) is unknown color: approx Wistful. HEX triplet: A2, 9D and C8. RGB value is (162,157,200). Sum of RGB (Red+Green+Blue) = 162+157+200=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #A29DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DC8 is #5D6237. Grayscale: #A3A3A3. Windows color (decimal): -6119992 or 13147554. OLE color: 13147554.

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

Color convert

RGB162157200-
CMYK0.190.2200.22
HSL246.98º28.1%70%-
HSV(B)246.98º21.5%78.43%-
XYZ37.3835.9759.62-
YUV163.4148.66127-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=31.21%
G=30.25%
B=38.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621572000.190.2200.22246.9828.170
HexA29DC81316016f71c46
Octal242235310232602636734106
Binary101000101001110111001000100111011001011011110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DC8; }

 p { color: rgb(162,157,200); }

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

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

 a { background-color: rgb(162,157,200); }

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

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

 span { border-color: rgb(162,157,200); }

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