#A4A4CF

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

Shades of Wistful #A4A4CF

Tints of Wistful #A4A4CF

Color information

#A4A4CF (or 0xA4A4CF) is unknown color: approx Wistful. HEX triplet: A4, A4 and CF. RGB value is (164,164,207). Sum of RGB (Red+Green+Blue) = 164+164+207=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A4CF is #5B5B30. Grayscale: #A8A8A8. Windows color (decimal): -5987121 or 13608100. OLE color: 13608100.

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

Color convert

RGB164164207-
CMYK0.210.2100.19
HSL240º30.94%72.75%-
HSV(B)240º20.77%81.18%-
XYZ39.8538.9564.45-
YUV168.9149.5124.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=30.65%
G=30.65%
B=38.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641642070.210.2100.1924030.9472.75
HexA4A4CF1515013f01f49
Octal244244317252502336037111
Binary101001001010010011001111101011010101001111110000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A4CF; }

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

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

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

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

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

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

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

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