#A4A0CF

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

Shades of Wistful #A4A0CF

Tints of Wistful #A4A0CF

Color information

#A4A0CF (or 0xA4A0CF) is unknown color: approx Wistful. HEX triplet: A4, A0 and CF. RGB value is (164,160,207). Sum of RGB (Red+Green+Blue) = 164+160+207=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0CF is #5B5F30. Grayscale: #A6A6A6. Windows color (decimal): -5988145 or 13607076. OLE color: 13607076.

HSL color Cylindrical-coordinate representation of color #A4A0CF: hue angle of 245.11º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A0CF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164160207-
CMYK0.210.2300.19
HSL245.11º32.87%71.96%-
HSV(B)245.11º22.71%81.18%-
XYZ39.1437.5464.21-
YUV166.55150.83126.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=30.89%
G=30.13%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641602070.210.2300.19245.1132.8771.96
HexA4A0CF1517013f52148
Octal244240317252702336541110
Binary1010010010100000110011111010110111010011111101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A0CF; }

 p { color: rgb(164,160,207); }

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

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

 a { background-color: rgb(164,160,207); }

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

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

 span { border-color: rgb(164,160,207); }

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