#A8A1CD

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

Shades of Wistful #A8A1CD

Tints of Wistful #A8A1CD

Color information

#A8A1CD (or 0xA8A1CD) is unknown color: approx Wistful. HEX triplet: A8, A1 and CD. RGB value is (168,161,205). Sum of RGB (Red+Green+Blue) = 168+161+205=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1CD is #575E32. Grayscale: #A7A7A7. Windows color (decimal): -5725747 or 13476264. OLE color: 13476264.

HSL color Cylindrical-coordinate representation of color #A8A1CD: hue angle of 249.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A1CD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168161205-
CMYK0.180.2100.20
HSL249.55º30.56%71.76%-
HSV(B)249.55º21.46%80.39%-
XYZ39.9138.2263.03-
YUV168.11148.82127.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=31.46%
G=30.15%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681612050.180.2100.20249.5530.5671.76
HexA8A1CD1215014fa1f48
Octal250241315222502437237110
Binary101010001010000111001101100101010101010011111010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A1CD; }

 p { color: rgb(168,161,205); }

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

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

 a { background-color: rgb(168,161,205); }

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

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

 span { border-color: rgb(168,161,205); }

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