#A8A4CD

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

Shades of Wistful #A8A4CD

Tints of Wistful #A8A4CD

Color information

#A8A4CD (or 0xA8A4CD) is unknown color: approx Wistful. HEX triplet: A8, A4 and CD. RGB value is (168,164,205). Sum of RGB (Red+Green+Blue) = 168+164+205=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4CD is #575B32. Grayscale: #A9A9A9. Windows color (decimal): -5724979 or 13477032. OLE color: 13477032.

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

Color convert

RGB168164205-
CMYK0.180.200.20
HSL245.85º29.08%72.35%-
HSV(B)245.85º20%80.39%-
XYZ40.4439.2863.21-
YUV169.87147.83126.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=31.28%
G=30.54%
B=38.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681642050.180.200.20245.8529.0872.35
HexA8A4CD1214014f61d48
Octal250244315222402436635110
Binary101010001010010011001101100101010001010011110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A4CD; }

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

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

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

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

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

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

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

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